diff --git a/common/changes/@cityofzion/bs-neo3/CU-86a63addk_2025-01-02-13-27.json b/common/changes/@cityofzion/bs-neo3/CU-86a63addk_2025-01-02-13-27.json new file mode 100644 index 0000000..d649ec4 --- /dev/null +++ b/common/changes/@cityofzion/bs-neo3/CU-86a63addk_2025-01-02-13-27.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@cityofzion/bs-neo3", + "comment": "Update the order of NEO Testnet constants", + "type": "patch" + } + ], + "packageName": "@cityofzion/bs-neo3" +} \ No newline at end of file diff --git a/packages/bs-neo3/src/constants/BSNeo3Constants.ts b/packages/bs-neo3/src/constants/BSNeo3Constants.ts index 5491a4c..8f61ab3 100644 --- a/packages/bs-neo3/src/constants/BSNeo3Constants.ts +++ b/packages/bs-neo3/src/constants/BSNeo3Constants.ts @@ -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', ], }