Skip to content

Commit

Permalink
[Neutron]: switch to mainnet (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius authored May 11, 2023
1 parent 4de13d2 commit 2eee63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
"coinId": 90000118,
"symbol": "NTRN",
"decimals": 6,
"chainId": "pion-1",
"chainId": "neutron-1",
"blockchain": "Cosmos",
"derivation": [
{
Expand All @@ -716,7 +716,7 @@
"hrp": "neutron",
"addressHasher": "sha256ripemd",
"explorer": {
"url": "https://testnet.mintscan.io/neutron-testnet",
"url": "https://www.mintscan.io/neutron",
"txPath": "/txs/",
"accountPath": "/account/",
"sampleTx": "E18BA087009A05EB6A15A22FE30BA99379B909F74A74120E6F92B9882C45F0D7",
Expand Down
6 changes: 3 additions & 3 deletions tests/chains/Cosmos/Neutron/TWCoinTypeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEST(TWNeutronCoinType, TWCoinType) {
ASSERT_EQ(TWCoinTypeBlockchain(coin), TWBlockchainCosmos);
ASSERT_EQ(TWCoinTypeP2shPrefix(coin), 0x0);
ASSERT_EQ(TWCoinTypeStaticPrefix(coin), 0x0);
assertStringsEqual(chainId, "pion-1");
assertStringsEqual(txUrl, "https://testnet.mintscan.io/neutron-testnet/txs/E18BA087009A05EB6A15A22FE30BA99379B909F74A74120E6F92B9882C45F0D7");
assertStringsEqual(accUrl, "https://testnet.mintscan.io/neutron-testnet/account/neutron1pm4af8pcurxssdxztqw9rexx5f8zfq7uzqfmy8");
assertStringsEqual(chainId, "neutron-1");
assertStringsEqual(txUrl, "https://www.mintscan.io/neutron/txs/E18BA087009A05EB6A15A22FE30BA99379B909F74A74120E6F92B9882C45F0D7");
assertStringsEqual(accUrl, "https://www.mintscan.io/neutron/account/neutron1pm4af8pcurxssdxztqw9rexx5f8zfq7uzqfmy8");
}

0 comments on commit 2eee63c

Please sign in to comment.