Skip to content

Commit

Permalink
add polkadot bootnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 28, 2024
1 parent a57436b commit 3455f6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion polkadot-parachains/chain-specs/integritee-polkadot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"bootNodes": [],
"bootNodes": [
"/ip4/46.101.106.122/tcp/30333/p2p/12D3KooWQBjczVVfLh9eZev4JnsKZygDS3xkPg83LqMhx3VakxxU",
"/ip4/92.204.53.173/tcp/30333/p2p/12D3KooWHUsfD4VXQgMtRywPzXWkDc5ms4LKNk5APEyuMkmSnTve",
"/ip4/92.204.53.172/tcp/30333/p2p/12D3KooWCQ9ahF7f3zayqEq7DB3vrK6CZHxNZbNPydqmEAJXZMSn"
],
"chainType": "Live",
"codeSubstitutes": {},
"genesis": {
Expand Down

0 comments on commit 3455f6a

Please sign in to comment.