Skip to content

Commit

Permalink
chore: add mainnet chainspec urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Mar 13, 2023
1 parent a75c29b commit 3ba1486
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion substrate-node/chainspecs/main/chainSpec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"id": "tfchain_mainnet",
"chainType": "Live",
"bootNodes": [
"/ip4/185.206.122.83/tcp/30333/ws/p2p/12D3KooWLtsdtQHswnXkLRH7e8vZJHktsh7gfuL5PoADV51JJ6wY"
"/dns4/02.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWAfLdFkWsqGzqA51njgm3st7maawbcFwc2ALXsMk8VV1z",
"/dns4/03.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWCBk3wu55pUV6rDaU9ppUnBEX1cezA4bcV3fTRj9vkCt8",
"/dns4/04.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWBu2uq2B2ah8so41pMRZbHAoSTSXaT5gUHKZefK6b37YV",
"/dns4/05.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWES1jUpjghmZGEKyZfej5WtXAGCPZAxVHw7xGUe5mCssp",
"/dns4/06.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWCVKSPhLC96Tsg84jnFrfkfbFb2U39A8nTdh6NqCjAH2N",
"/dns4/07.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWGUdcHV2v5UcptwRDQ9XMucrJRvGVV6VD9Cuc9AUffm7T"
],
"telemetryEndpoints": null,
"protocolId": null,
Expand Down
7 changes: 6 additions & 1 deletion substrate-node/chainspecs/main/chainSpecRaw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"id": "tfchain_mainnet",
"chainType": "Live",
"bootNodes": [
"/ip4/185.206.122.83/tcp/30333/ws/p2p/12D3KooWLtsdtQHswnXkLRH7e8vZJHktsh7gfuL5PoADV51JJ6wY"
"/dns4/02.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWAfLdFkWsqGzqA51njgm3st7maawbcFwc2ALXsMk8VV1z",
"/dns4/03.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWCBk3wu55pUV6rDaU9ppUnBEX1cezA4bcV3fTRj9vkCt8",
"/dns4/04.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWBu2uq2B2ah8so41pMRZbHAoSTSXaT5gUHKZefK6b37YV",
"/dns4/05.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWES1jUpjghmZGEKyZfej5WtXAGCPZAxVHw7xGUe5mCssp",
"/dns4/06.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWCVKSPhLC96Tsg84jnFrfkfbFb2U39A8nTdh6NqCjAH2N",
"/dns4/07.bootnode.main.grid.tf/tcp/30333/p2p/12D3KooWGUdcHV2v5UcptwRDQ9XMucrJRvGVV6VD9Cuc9AUffm7T"
],
"telemetryEndpoints": null,
"protocolId": null,
Expand Down

0 comments on commit 3ba1486

Please sign in to comment.