Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dipdup-io/metadata into GO-63-Upd…
Browse files Browse the repository at this point in the history
…ate-Hasura-Version
  • Loading branch information
vvuwei committed Apr 25, 2023
2 parents b2db4e1 + 6785bcd commit fdecd85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions build/dipdup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ metadata:
ghostnet:
datasources:
tzkt: tzkt_ghostnet
limanet:
datasources:
tzkt: tzkt_limanet
mumbainet:
datasources:
tzkt: tzkt_mumbainet
Expand Down Expand Up @@ -90,10 +87,6 @@ datasources:
url: https://api.ghostnet.tzkt.io
kind: tzkt
timeout: 10
tzkt_limanet:
url: https://api.limanet.tzkt.io
kind: tzkt
timeout: 10
tzkt_mumbainet:
url: https://api.mumbainet.tzkt.io
kind: tzkt
Expand Down
1 change: 1 addition & 0 deletions internal/ipfs/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (n *Node) Start(ctx context.Context, bootstrap ...string) error {
"/ip4/64.225.105.42/tcp/4001/p2p/QmPo1ygpngghu5it8u4Mr3ym6SEU2Wp2wA66Z91Y1S1g29",
"/dns4/node1.preload.ipfs.io/tcp/443/wss/ipfs/Qmbut9Ywz9YEDrz8ySBSgWyJk41Uvm2QJPhwDJzJyGFsD6",
"/dns4/node0.preload.ipfs.io/tcp/443/wss/ipfs/QmZMxNdpMkewiVZLMRxaNxUeZpDUb34pWjZ1kZvsd16Zic",
"/dns4/production-ipfs-peer.pinata.cloud/tcp/3000/ws/p2p/Qma8ddFEQWEU8ijWvdxXm3nxU7oHsRtCykAaVz8WUYhiKn",
}

if len(bootstrap) > 0 {
Expand Down

0 comments on commit fdecd85

Please sign in to comment.