Skip to content

Commit

Permalink
CU-86a63addk-BSLib - Update the order of Neo testnet constants to see…
Browse files Browse the repository at this point in the history
…d URLs first
  • Loading branch information
hotequil committed Jan 2, 2025
1 parent 43a5ea0 commit bf5660d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-neo3",
"comment": "Update the order of NEO Testnet constants",
"type": "patch"
}
],
"packageName": "@cityofzion/bs-neo3"
}
6 changes: 3 additions & 3 deletions packages/bs-neo3/src/constants/BSNeo3Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export class BSNeo3Constants {
'https://neo1-nodes.ghostmarket.io:443',
],
testnet: [
'https://testnet1.neo.coz.io:443',
'https://testnet2.neo.coz.io:443',
'https://rpc.t5.n3.nspcc.ru:20331',
'http://seed1t5.neo.org:20332',
'http://seed2t5.neo.org:20332',
'http://seed3t5.neo.org:20332',
'http://seed4t5.neo.org:20332',
'http://seed5t5.neo.org:20332',
'https://testnet1.neo.coz.io:443',
'https://testnet2.neo.coz.io:443',
'https://rpc.t5.n3.nspcc.ru:20331',
],
}

Expand Down

0 comments on commit bf5660d

Please sign in to comment.