chain-registry 2.0.108 → 2.0.110

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/devnet/asset-lists.js +2 -0
  2. package/devnet/bitwaydevnet/asset-list.d.ts +3 -0
  3. package/devnet/bitwaydevnet/asset-list.js +126 -0
  4. package/devnet/bitwaydevnet/chain.d.ts +3 -0
  5. package/devnet/bitwaydevnet/chain.js +91 -0
  6. package/devnet/bitwaydevnet/ibc-data.d.ts +3 -0
  7. package/devnet/bitwaydevnet/ibc-data.js +34 -0
  8. package/devnet/bitwaydevnet/index.d.ts +3 -0
  9. package/devnet/bitwaydevnet/index.js +12 -0
  10. package/devnet/chains.js +2 -0
  11. package/devnet/ibc-data.js +2 -0
  12. package/esm/devnet/asset-lists.js +2 -0
  13. package/esm/devnet/bitwaydevnet/asset-list.js +124 -0
  14. package/esm/devnet/bitwaydevnet/chain.js +89 -0
  15. package/esm/devnet/bitwaydevnet/ibc-data.js +32 -0
  16. package/esm/devnet/bitwaydevnet/index.js +6 -0
  17. package/esm/devnet/chains.js +2 -0
  18. package/esm/devnet/ibc-data.js +2 -0
  19. package/esm/mainnet/atomone/chain.js +14 -0
  20. package/esm/mainnet/bitway/asset-list.js +1 -4
  21. package/esm/mainnet/fetchhub/chain.js +0 -12
  22. package/esm/mainnet/mantrachain/chain.js +33 -48
  23. package/esm/mainnet/paxi/asset-list.js +4 -1
  24. package/esm/mainnet/paxi/chain.js +14 -0
  25. package/esm/mainnet/zigchain/asset-list.js +8 -3
  26. package/esm/testnet/mantrachaintestnet2/chain.js +26 -21
  27. package/esm/testnet/nobletestnet/ibc-data.js +31 -0
  28. package/mainnet/atomone/chain.js +14 -0
  29. package/mainnet/bitway/asset-list.js +1 -4
  30. package/mainnet/fetchhub/chain.js +0 -12
  31. package/mainnet/mantrachain/chain.js +33 -48
  32. package/mainnet/paxi/asset-list.js +4 -1
  33. package/mainnet/paxi/chain.js +14 -0
  34. package/mainnet/zigchain/asset-list.js +8 -3
  35. package/package.json +3 -3
  36. package/testnet/mantrachaintestnet2/chain.js +26 -21
  37. package/testnet/nobletestnet/ibc-data.js +31 -0
@@ -11,8 +11,9 @@ const info = {
11
11
  bech32Prefix: 'mantra',
12
12
  daemonName: 'mantrachaind',
13
13
  nodeHome: '$HOME/.mantrachain',
14
- keyAlgos: ['secp256k1'],
15
- slip44: 118,
14
+ keyAlgos: ['ethsecp256k1'],
15
+ extraCodecs: ['ethermint'],
16
+ slip44: 60,
16
17
  fees: {
17
18
  feeTokens: [{
18
19
  denom: 'uom',
@@ -25,32 +26,35 @@ const info = {
25
26
  staking: {
26
27
  stakingTokens: [{
27
28
  denom: 'uom'
28
- }]
29
+ }],
30
+ lockDuration: {
31
+ time: '691200s'
32
+ }
29
33
  },
30
34
  codebase: {
31
35
  gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
32
- recommendedVersion: 'v3.0.1',
33
- compatibleVersions: ['v3.0.0', 'v3.0.1'],
36
+ recommendedVersion: 'v6.1.1',
37
+ compatibleVersions: ['v6.1.0', 'v6.1.1'],
34
38
  consensus: {
35
39
  type: 'cometbft',
36
- version: 'v0.38.17'
40
+ version: 'v0.38.19'
37
41
  },
38
42
  sdk: {
39
43
  type: 'cosmos',
40
- version: 'v0.50.12',
44
+ version: 'v0.53.4',
41
45
  repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
42
- tag: 'v0.50.12-v2-mantra-1'
46
+ tag: 'v0.53.4-mantra'
43
47
  },
44
48
  cosmwasm: {
45
- version: 'v0.54.0',
49
+ version: 'v0.61.1',
46
50
  enabled: true
47
51
  },
48
52
  ibc: {
49
53
  type: 'go',
50
- version: 'v8.7.0'
54
+ version: 'v10.4.0'
51
55
  },
52
56
  genesis: {
53
- genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-1/genesis.json'
57
+ genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-1/genesis.json'
54
58
  }
55
59
  },
56
60
  apis: {
@@ -59,18 +63,6 @@ const info = {
59
63
  address: 'https://rpc.mantrachain.io',
60
64
  provider: 'MANTRACHAIN'
61
65
  },
62
- {
63
- address: 'https://rpc-mantra.r93axnodes.cloud:443',
64
- provider: 'r93AX Nodes'
65
- },
66
- {
67
- address: 'https://mantrachain-mainnet-rpc.autostake.com:443',
68
- provider: 'AutoStake 🛡️ Slash Protected'
69
- },
70
- {
71
- address: 'https://mantra-rpc.publicnode.com:443',
72
- provider: 'Allnodes ⚡️ Nodes & Staking'
73
- },
74
66
  {
75
67
  address: 'https://mantra-mainnet-rpc.itrocket.net:443',
76
68
  provider: 'ITRocket'
@@ -85,18 +77,6 @@ const info = {
85
77
  address: 'https://api.mantrachain.io',
86
78
  provider: 'MANTRACHAIN'
87
79
  },
88
- {
89
- address: 'https://api-mantra.r93axnodes.cloud:443',
90
- provider: 'r93AX Nodes'
91
- },
92
- {
93
- address: 'https://mantrachain-mainnet-lcd.autostake.com:443',
94
- provider: 'AutoStake 🛡️ Slash Protected'
95
- },
96
- {
97
- address: 'https://mantra-rest.publicnode.com',
98
- provider: 'Allnodes ⚡️ Nodes & Staking'
99
- },
100
80
  {
101
81
  address: 'https://mantra-mainnet-api.itrocket.net',
102
82
  provider: 'ITRocket'
@@ -111,18 +91,6 @@ const info = {
111
91
  address: 'https://grpc.mantrachain.io',
112
92
  provider: 'MANTRACHAIN'
113
93
  },
114
- {
115
- address: 'grpc-mantra.r93axnodes.cloud:443',
116
- provider: 'r93AX Nodes'
117
- },
118
- {
119
- address: 'mantrachain-mainnet-rpc.autostake.com:443',
120
- provider: 'AutoStake 🛡️ Slash Protected'
121
- },
122
- {
123
- address: 'mantra-grpc.publicnode.com:443',
124
- provider: 'Allnodes ⚡️ Nodes & Staking'
125
- },
126
94
  {
127
95
  address: 'mantra-mainnet-grpc.itrocket.net:443',
128
96
  provider: 'ITRocket'
@@ -131,7 +99,11 @@ const info = {
131
99
  address: 'mantra.grpc.m.stavr.tech:3601',
132
100
  provider: '🔥STAVR🔥'
133
101
  }
134
- ]
102
+ ],
103
+ evmHttpJsonrpc: [{
104
+ address: 'https://evm.mantrachain.io',
105
+ provider: 'MANTRACHAIN'
106
+ }]
135
107
  },
136
108
  logoURIs: {
137
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
@@ -144,12 +116,24 @@ const info = {
144
116
  txPage: 'https://explorer.chainroot.io/mantra/transactions/${txHash}',
145
117
  accountPage: 'https://explorer.chainroot.io/mantra/accounts/${accountAddress}'
146
118
  },
119
+ {
120
+ kind: 'mintscan',
121
+ url: 'https://www.mintscan.io/mantra',
122
+ txPage: 'https://mintscan.io/mantra/txs/${txHash}',
123
+ accountPage: 'https://mintscan.io/mantra/account/${accountAddress}'
124
+ },
147
125
  {
148
126
  kind: 'ITRocket',
149
127
  url: 'https://mainnet.itrocket.net/mantra',
150
128
  txPage: 'https://mainnet.itrocket.net/mantra/transaction/${txHash}',
151
129
  accountPage: 'https://mainnet.itrocket.net/mantra/account/${accountAddress}'
152
130
  },
131
+ {
132
+ kind: 'mantrascan',
133
+ url: 'https://mantrascan.io/mainnet',
134
+ txPage: 'https://mantrascan.io/mainnet/tx/${txHash}',
135
+ accountPage: 'https://mantrascan.io/mainnet/address/${accountAddress}'
136
+ },
153
137
  {
154
138
  kind: '🔥STAVR🔥',
155
139
  url: 'https://explorer.stavr.tech/Mantra-Mainnet',
@@ -160,6 +144,7 @@ const info = {
160
144
  keywords: [
161
145
  'rwa',
162
146
  'wasm',
147
+ 'evm',
163
148
  'staking'
164
149
  ],
165
150
  images: [{
@@ -70,7 +70,10 @@ const info = {
70
70
  baseDenom: 'uusdc'
71
71
  },
72
72
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
73
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
73
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
74
+ theme: {
75
+ circle: true
76
+ }
74
77
  }]
75
78
  },
76
79
  {
@@ -48,14 +48,23 @@ const info = {
48
48
  rpc: [{
49
49
  address: 'https://mainnet-rpc.paxinet.io',
50
50
  provider: 'Paxi Foundation'
51
+ }, {
52
+ address: 'https://rpc.paxi.indonode.net',
53
+ provider: 'Indonode'
51
54
  }],
52
55
  rest: [{
53
56
  address: 'https://mainnet-lcd.paxinet.io',
54
57
  provider: 'Paxi Foundation'
58
+ }, {
59
+ address: 'https://api.paxi.indonode.net',
60
+ provider: 'Indonode'
55
61
  }],
56
62
  grpc: [{
57
63
  address: 'mainnet-rpc.paxinet.io:443',
58
64
  provider: 'Paxi Foundation'
65
+ }, {
66
+ address: 'grpc.paxi.indonode.net:443',
67
+ provider: 'Indonode'
59
68
  }]
60
69
  },
61
70
  explorers: [{
@@ -63,6 +72,11 @@ const info = {
63
72
  url: 'https://explorer.paxinet.io',
64
73
  txPage: 'https://explorer.paxinet.io/tx/${txHash}',
65
74
  accountPage: 'https://explorer.paxinet.io/address/${accountAddress}'
75
+ }, {
76
+ kind: 'Indonode',
77
+ url: 'https://explorer.indonode.net/paxi',
78
+ txPage: 'https://explorer.indonode.net/paxi/tx/${txHash}',
79
+ accountPage: 'https://explorer.indonode.net/paxi/address/${accountAddress}'
66
80
  }],
67
81
  keywords: [
68
82
  'ibc',
@@ -273,14 +273,16 @@ const info = {
273
273
  }
274
274
  }],
275
275
  logoURIs: {
276
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
276
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
277
278
  },
278
279
  images: [{
279
280
  imageSync: {
280
281
  chainName: 'ethereum',
281
282
  baseDenom: 'wei'
282
283
  },
283
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
284
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
284
286
  }]
285
287
  },
286
288
  {
@@ -432,7 +434,10 @@ const info = {
432
434
  baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
433
435
  },
434
436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
435
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
437
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
438
+ theme: {
439
+ circle: true
440
+ }
436
441
  }]
437
442
  }
438
443
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.108",
3
+ "version": "2.0.110",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.108"
32
+ "@chain-registry/types": "^2.0.110"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "38a938a80414429a6f4e6a0a7d59e1cbeec3a089"
42
+ "gitHead": "7d0d82d9d6cbe22fd442b661bfb46acc56602071"
43
43
  }
@@ -11,8 +11,9 @@ const info = {
11
11
  bech32Prefix: 'mantra',
12
12
  daemonName: 'mantrachaind',
13
13
  nodeHome: '$HOME/.mantrachain',
14
- keyAlgos: ['secp256k1'],
15
- slip44: 118,
14
+ keyAlgos: ['ethsecp256k1'],
15
+ extraCodecs: ['ethermint'],
16
+ slip44: 60,
16
17
  fees: {
17
18
  feeTokens: [{
18
19
  denom: 'uom',
@@ -25,62 +26,59 @@ const info = {
25
26
  staking: {
26
27
  stakingTokens: [{
27
28
  denom: 'uom'
28
- }]
29
+ }],
30
+ lockDuration: {
31
+ time: '691200s'
32
+ }
29
33
  },
30
34
  codebase: {
31
35
  gitRepo: 'https://github.com/MANTRA-Chain/mantrachain',
32
- recommendedVersion: 'v3.0.1',
33
- compatibleVersions: ['v3.0.0', 'v3.0.1'],
36
+ recommendedVersion: 'v6.1.1',
37
+ compatibleVersions: ['v6.1.0', 'v6.1.1'],
34
38
  consensus: {
35
39
  type: 'cometbft',
36
- version: 'v0.38.17'
40
+ version: 'v0.38.19'
37
41
  },
38
42
  sdk: {
39
43
  type: 'cosmos',
40
- version: 'v0.50.12',
44
+ version: 'v0.53.4',
41
45
  repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
42
- tag: 'v0.50.12-v2-mantra-1'
46
+ tag: 'v0.53.4-mantra'
43
47
  },
44
48
  cosmwasm: {
45
- version: 'v0.54.0',
49
+ version: 'v0.61.1',
46
50
  enabled: true
47
51
  },
48
52
  ibc: {
49
53
  type: 'go',
50
- version: 'v8.7.0'
54
+ version: 'v10.4.0'
51
55
  },
52
56
  genesis: {
53
- genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-dukong-1/genesis.json'
57
+ genesisUrl: 'https://raw.githubusercontent.com/MANTRA-Chain/net/refs/heads/main/mantra-dukong-1/genesis.json'
54
58
  }
55
59
  },
56
60
  apis: {
57
61
  rpc: [{
58
62
  address: 'https://rpc.dukong.mantrachain.io',
59
63
  provider: 'MANTRACHAIN'
60
- }, {
61
- address: 'https://mantra-testnet-rpc.publicnode.com:443',
62
- provider: 'Allnodes ⚡️ Nodes & Staking'
63
64
  }],
64
65
  rest: [{
65
66
  address: 'https://api.dukong.mantrachain.io',
66
67
  provider: 'MANTRACHAIN'
67
68
  }, {
68
- address: 'https://mantra-testnet-rest.publicnode.com',
69
- provider: 'Allnodes ⚡️ Nodes & Staking'
69
+ address: 'https://lcd-office.cosmostation.io/mantra-testnet/',
70
+ provider: 'Cosmostation'
70
71
  }],
71
72
  grpc: [{
72
73
  address: 'https://grpc.dukong.mantrachain.io',
73
74
  provider: 'MANTRACHAIN'
74
75
  }, {
75
- address: 'mantra-testnet-grpc.publicnode.com:443',
76
- provider: 'Allnodes ⚡️ Nodes & Staking'
76
+ address: 'grpc-office-mantra.cosmostation.io:443',
77
+ provider: 'Cosmostation'
77
78
  }],
78
79
  evmHttpJsonrpc: [{
79
80
  address: 'https://evm.dukong.mantrachain.io',
80
81
  provider: 'MANTRACHAIN'
81
- }, {
82
- address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
83
- provider: 'Cosmostation'
84
82
  }]
85
83
  },
86
84
  logoURIs: {
@@ -94,6 +92,12 @@ const info = {
94
92
  txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
95
93
  accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
96
94
  },
95
+ {
96
+ kind: 'mantrascan',
97
+ url: 'https://mantrascan.io/dukong',
98
+ txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
99
+ accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
100
+ },
97
101
  {
98
102
  kind: 'ping.pub',
99
103
  url: 'https://explorer.mantrachain.io',
@@ -110,6 +114,7 @@ const info = {
110
114
  keywords: [
111
115
  'rwa',
112
116
  'wasm',
117
+ 'evm',
113
118
  'staking',
114
119
  'testnet'
115
120
  ],
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'bitwaydevnet',
70
+ chainId: 'bitway-devnet-1',
71
+ clientId: '07-tendermint-4',
72
+ connectionId: 'connection-2'
73
+ },
74
+ chain2: {
75
+ chainName: 'nobletestnet',
76
+ chainId: 'grand-1',
77
+ clientId: '07-tendermint-592',
78
+ connectionId: 'connection-537'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-2',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-774',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../../ibc_data.schema.json',
68
99
  chain1: {