chain-registry 1.69.149 → 1.69.150
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.
- package/esm/mainnet/mantrachain/chain.js +2 -2
- package/esm/mainnet/osmosis/assets.js +1 -1
- package/esm/mainnet/stargaze/assets.js +37 -0
- package/esm/mainnet/titan/assets.js +43 -3
- package/esm/mainnet/xion/chain.js +1 -1
- package/esm/noncosmos/polygon/assets.js +9 -9
- package/esm/testnet/mantrachaintestnet2/chain.js +6 -6
- package/mainnet/mantrachain/chain.js +2 -2
- package/mainnet/osmosis/assets.js +1 -1
- package/mainnet/stargaze/assets.js +37 -0
- package/mainnet/titan/assets.js +43 -3
- package/mainnet/xion/chain.js +1 -1
- package/noncosmos/polygon/assets.js +9 -9
- package/package.json +4 -4
- package/testnet/mantrachaintestnet2/chain.js +6 -6
|
@@ -27,8 +27,8 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommended_version: 'v2.0.
|
|
31
|
-
compatible_versions: ['v2.0.0'],
|
|
30
|
+
recommended_version: 'v2.0.2',
|
|
31
|
+
compatible_versions: ['v2.0.0', 'v2.0.2'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.15'
|
|
@@ -23638,7 +23638,7 @@ const info = {
|
|
|
23638
23638
|
type_asset: 'sdk.coin',
|
|
23639
23639
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23640
23640
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23641
|
-
name: 'The seven green shade
|
|
23641
|
+
name: 'The seven green shade',
|
|
23642
23642
|
display: 'T7S',
|
|
23643
23643
|
symbol: 'T7S',
|
|
23644
23644
|
logo_URIs: {
|
|
@@ -835,6 +835,43 @@ const info = {
|
|
|
835
835
|
circle: true
|
|
836
836
|
}
|
|
837
837
|
}]
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
841
|
+
denom_units: [{
|
|
842
|
+
denom: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
|
|
843
|
+
exponent: 0
|
|
844
|
+
}, {
|
|
845
|
+
denom: 'T7S',
|
|
846
|
+
exponent: 6
|
|
847
|
+
}],
|
|
848
|
+
type_asset: 'ics20',
|
|
849
|
+
base: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
|
|
850
|
+
name: 'The seven green shade',
|
|
851
|
+
display: 'T7S',
|
|
852
|
+
symbol: 'T7S',
|
|
853
|
+
logo_URIs: {
|
|
854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
855
|
+
},
|
|
856
|
+
traces: [{
|
|
857
|
+
type: 'ibc',
|
|
858
|
+
counterparty: {
|
|
859
|
+
chain_name: 'osmosis',
|
|
860
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
861
|
+
channel_id: 'channel-75'
|
|
862
|
+
},
|
|
863
|
+
chain: {
|
|
864
|
+
channel_id: 'channel-0',
|
|
865
|
+
path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
|
|
866
|
+
}
|
|
867
|
+
}],
|
|
868
|
+
images: [{
|
|
869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png',
|
|
870
|
+
image_sync: {
|
|
871
|
+
chain_name: 'osmosis',
|
|
872
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
|
|
873
|
+
}
|
|
874
|
+
}]
|
|
838
875
|
}
|
|
839
876
|
]
|
|
840
877
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'titan',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native token of the Titan network.',
|
|
6
7
|
denom_units: [
|
|
7
8
|
{
|
|
@@ -41,7 +42,8 @@ const info = {
|
|
|
41
42
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
|
|
42
43
|
},
|
|
43
44
|
type_asset: 'sdk.coin'
|
|
44
|
-
},
|
|
45
|
+
},
|
|
46
|
+
{
|
|
45
47
|
description: 'Noble USDC on Titan Chain.',
|
|
46
48
|
denom_units: [{
|
|
47
49
|
denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
|
|
@@ -91,6 +93,44 @@ const info = {
|
|
|
91
93
|
}
|
|
92
94
|
}],
|
|
93
95
|
coingecko_id: 'usd-coin'
|
|
94
|
-
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://titanearn.com/bridge',
|
|
99
|
+
denom_units: [{
|
|
100
|
+
denom: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
|
|
101
|
+
exponent: 0,
|
|
102
|
+
aliases: ['btc-satoshi']
|
|
103
|
+
}, {
|
|
104
|
+
denom: 'btc',
|
|
105
|
+
exponent: 8
|
|
106
|
+
}],
|
|
107
|
+
type_asset: 'sdk.coin',
|
|
108
|
+
address: 'titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e',
|
|
109
|
+
base: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
|
|
110
|
+
name: 'Bitcoin',
|
|
111
|
+
display: 'btc',
|
|
112
|
+
symbol: 'BTC',
|
|
113
|
+
traces: [{
|
|
114
|
+
type: 'bridge',
|
|
115
|
+
counterparty: {
|
|
116
|
+
chain_name: 'bitcoin',
|
|
117
|
+
base_denom: 'sat'
|
|
118
|
+
},
|
|
119
|
+
provider: 'BitGo, Titanlab.io'
|
|
120
|
+
}],
|
|
121
|
+
logo_URIs: {
|
|
122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
123
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
124
|
+
},
|
|
125
|
+
images: [{
|
|
126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
128
|
+
theme: {
|
|
129
|
+
primary_color_hex: '#f39444'
|
|
130
|
+
}
|
|
131
|
+
}],
|
|
132
|
+
coingecko_id: 'bitcoin'
|
|
133
|
+
}
|
|
134
|
+
]
|
|
95
135
|
};
|
|
96
136
|
export default info;
|
|
@@ -65,7 +65,7 @@ const info = {
|
|
|
65
65
|
version: 'v8.6.1'
|
|
66
66
|
},
|
|
67
67
|
genesis: {
|
|
68
|
-
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/
|
|
68
|
+
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json'
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
apis: {
|
|
@@ -18,14 +18,6 @@ const info = {
|
|
|
18
18
|
name: 'Polygon (ex-MATIC)',
|
|
19
19
|
display: 'pol',
|
|
20
20
|
symbol: 'POL',
|
|
21
|
-
traces: [{
|
|
22
|
-
type: 'wrapped',
|
|
23
|
-
counterparty: {
|
|
24
|
-
chain_name: 'polygon',
|
|
25
|
-
base_denom: 'wei'
|
|
26
|
-
},
|
|
27
|
-
provider: 'Polygon'
|
|
28
|
-
}],
|
|
29
21
|
logo_URIs: {
|
|
30
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
31
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
@@ -59,6 +51,14 @@ const info = {
|
|
|
59
51
|
name: 'Polygon',
|
|
60
52
|
display: 'matic',
|
|
61
53
|
symbol: 'MATIC',
|
|
54
|
+
traces: [{
|
|
55
|
+
type: 'legacy-mintage',
|
|
56
|
+
counterparty: {
|
|
57
|
+
chain_name: 'polygon',
|
|
58
|
+
base_denom: '0x0000000000000000000000000000000000001010'
|
|
59
|
+
},
|
|
60
|
+
provider: 'Polygon'
|
|
61
|
+
}],
|
|
62
62
|
logo_URIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
@@ -92,7 +92,7 @@ const info = {
|
|
|
92
92
|
type: 'wrapped',
|
|
93
93
|
counterparty: {
|
|
94
94
|
chain_name: 'polygon',
|
|
95
|
-
base_denom: '
|
|
95
|
+
base_denom: '0x0000000000000000000000000000000000001010'
|
|
96
96
|
},
|
|
97
97
|
provider: 'Polygon'
|
|
98
98
|
}],
|
|
@@ -27,17 +27,17 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
30
|
+
recommended_version: 'v3.0.0',
|
|
31
|
+
compatible_versions: ['v3.0.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
34
|
+
version: 'v0.38.17'
|
|
35
35
|
},
|
|
36
36
|
sdk: {
|
|
37
37
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.50.
|
|
38
|
+
version: 'v0.50.12',
|
|
39
39
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
40
|
-
tag: 'v0.50.
|
|
40
|
+
tag: 'v0.50.12-v2-mantra-1'
|
|
41
41
|
},
|
|
42
42
|
cosmwasm: {
|
|
43
43
|
version: 'v0.54.0',
|
|
@@ -45,7 +45,7 @@ const info = {
|
|
|
45
45
|
},
|
|
46
46
|
ibc: {
|
|
47
47
|
type: 'go',
|
|
48
|
-
version: 'v8.
|
|
48
|
+
version: 'v8.6.1'
|
|
49
49
|
},
|
|
50
50
|
genesis: {
|
|
51
51
|
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-dukong-1/genesis.json'
|
|
@@ -29,8 +29,8 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommended_version: 'v2.0.
|
|
33
|
-
compatible_versions: ['v2.0.0'],
|
|
32
|
+
recommended_version: 'v2.0.2',
|
|
33
|
+
compatible_versions: ['v2.0.0', 'v2.0.2'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
36
|
version: 'v0.38.15'
|
|
@@ -23640,7 +23640,7 @@ const info = {
|
|
|
23640
23640
|
type_asset: 'sdk.coin',
|
|
23641
23641
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23642
23642
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23643
|
-
name: 'The seven green shade
|
|
23643
|
+
name: 'The seven green shade',
|
|
23644
23644
|
display: 'T7S',
|
|
23645
23645
|
symbol: 'T7S',
|
|
23646
23646
|
logo_URIs: {
|
|
@@ -837,6 +837,43 @@ const info = {
|
|
|
837
837
|
circle: true
|
|
838
838
|
}
|
|
839
839
|
}]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
843
|
+
denom_units: [{
|
|
844
|
+
denom: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
|
|
845
|
+
exponent: 0
|
|
846
|
+
}, {
|
|
847
|
+
denom: 'T7S',
|
|
848
|
+
exponent: 6
|
|
849
|
+
}],
|
|
850
|
+
type_asset: 'ics20',
|
|
851
|
+
base: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
|
|
852
|
+
name: 'The seven green shade',
|
|
853
|
+
display: 'T7S',
|
|
854
|
+
symbol: 'T7S',
|
|
855
|
+
logo_URIs: {
|
|
856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
857
|
+
},
|
|
858
|
+
traces: [{
|
|
859
|
+
type: 'ibc',
|
|
860
|
+
counterparty: {
|
|
861
|
+
chain_name: 'osmosis',
|
|
862
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
863
|
+
channel_id: 'channel-75'
|
|
864
|
+
},
|
|
865
|
+
chain: {
|
|
866
|
+
channel_id: 'channel-0',
|
|
867
|
+
path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
|
|
868
|
+
}
|
|
869
|
+
}],
|
|
870
|
+
images: [{
|
|
871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png',
|
|
872
|
+
image_sync: {
|
|
873
|
+
chain_name: 'osmosis',
|
|
874
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
|
|
875
|
+
}
|
|
876
|
+
}]
|
|
840
877
|
}
|
|
841
878
|
]
|
|
842
879
|
};
|
package/mainnet/titan/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'titan',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of the Titan network.',
|
|
8
9
|
denom_units: [
|
|
9
10
|
{
|
|
@@ -43,7 +44,8 @@ const info = {
|
|
|
43
44
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
|
|
44
45
|
},
|
|
45
46
|
type_asset: 'sdk.coin'
|
|
46
|
-
},
|
|
47
|
+
},
|
|
48
|
+
{
|
|
47
49
|
description: 'Noble USDC on Titan Chain.',
|
|
48
50
|
denom_units: [{
|
|
49
51
|
denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
|
|
@@ -93,6 +95,44 @@ const info = {
|
|
|
93
95
|
}
|
|
94
96
|
}],
|
|
95
97
|
coingecko_id: 'usd-coin'
|
|
96
|
-
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://titanearn.com/bridge',
|
|
101
|
+
denom_units: [{
|
|
102
|
+
denom: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
|
|
103
|
+
exponent: 0,
|
|
104
|
+
aliases: ['btc-satoshi']
|
|
105
|
+
}, {
|
|
106
|
+
denom: 'btc',
|
|
107
|
+
exponent: 8
|
|
108
|
+
}],
|
|
109
|
+
type_asset: 'sdk.coin',
|
|
110
|
+
address: 'titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e',
|
|
111
|
+
base: 'factory/titan1eyfccmjm6732k7wp4p6gdjwhxjwsvje44j0hfx8nkgrm8fs7vqfsalaj2e/wbtc',
|
|
112
|
+
name: 'Bitcoin',
|
|
113
|
+
display: 'btc',
|
|
114
|
+
symbol: 'BTC',
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'bridge',
|
|
117
|
+
counterparty: {
|
|
118
|
+
chain_name: 'bitcoin',
|
|
119
|
+
base_denom: 'sat'
|
|
120
|
+
},
|
|
121
|
+
provider: 'BitGo, Titanlab.io'
|
|
122
|
+
}],
|
|
123
|
+
logo_URIs: {
|
|
124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
|
|
126
|
+
},
|
|
127
|
+
images: [{
|
|
128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
|
|
129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
|
|
130
|
+
theme: {
|
|
131
|
+
primary_color_hex: '#f39444'
|
|
132
|
+
}
|
|
133
|
+
}],
|
|
134
|
+
coingecko_id: 'bitcoin'
|
|
135
|
+
}
|
|
136
|
+
]
|
|
97
137
|
};
|
|
98
138
|
exports.default = info;
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -67,7 +67,7 @@ const info = {
|
|
|
67
67
|
version: 'v8.6.1'
|
|
68
68
|
},
|
|
69
69
|
genesis: {
|
|
70
|
-
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/
|
|
70
|
+
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json'
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
apis: {
|
|
@@ -20,14 +20,6 @@ const info = {
|
|
|
20
20
|
name: 'Polygon (ex-MATIC)',
|
|
21
21
|
display: 'pol',
|
|
22
22
|
symbol: 'POL',
|
|
23
|
-
traces: [{
|
|
24
|
-
type: 'wrapped',
|
|
25
|
-
counterparty: {
|
|
26
|
-
chain_name: 'polygon',
|
|
27
|
-
base_denom: 'wei'
|
|
28
|
-
},
|
|
29
|
-
provider: 'Polygon'
|
|
30
|
-
}],
|
|
31
23
|
logo_URIs: {
|
|
32
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
33
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
@@ -61,6 +53,14 @@ const info = {
|
|
|
61
53
|
name: 'Polygon',
|
|
62
54
|
display: 'matic',
|
|
63
55
|
symbol: 'MATIC',
|
|
56
|
+
traces: [{
|
|
57
|
+
type: 'legacy-mintage',
|
|
58
|
+
counterparty: {
|
|
59
|
+
chain_name: 'polygon',
|
|
60
|
+
base_denom: '0x0000000000000000000000000000000000001010'
|
|
61
|
+
},
|
|
62
|
+
provider: 'Polygon'
|
|
63
|
+
}],
|
|
64
64
|
logo_URIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
|
|
66
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
|
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
type: 'wrapped',
|
|
95
95
|
counterparty: {
|
|
96
96
|
chain_name: 'polygon',
|
|
97
|
-
base_denom: '
|
|
97
|
+
base_denom: '0x0000000000000000000000000000000000001010'
|
|
98
98
|
},
|
|
99
99
|
provider: 'Polygon'
|
|
100
100
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.150",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.92",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.92"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "3132d956237d27176688d14c80c95f3a2db3350b"
|
|
47
47
|
}
|
|
@@ -29,17 +29,17 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/MANTRA-Chain/mantrachain',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
32
|
+
recommended_version: 'v3.0.0',
|
|
33
|
+
compatible_versions: ['v3.0.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
36
|
+
version: 'v0.38.17'
|
|
37
37
|
},
|
|
38
38
|
sdk: {
|
|
39
39
|
type: 'cosmos',
|
|
40
|
-
version: 'v0.50.
|
|
40
|
+
version: 'v0.50.12',
|
|
41
41
|
repo: 'https://github.com/MANTRA-Chain/cosmos-sdk',
|
|
42
|
-
tag: 'v0.50.
|
|
42
|
+
tag: 'v0.50.12-v2-mantra-1'
|
|
43
43
|
},
|
|
44
44
|
cosmwasm: {
|
|
45
45
|
version: 'v0.54.0',
|
|
@@ -47,7 +47,7 @@ const info = {
|
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: 'v8.
|
|
50
|
+
version: 'v8.6.1'
|
|
51
51
|
},
|
|
52
52
|
genesis: {
|
|
53
53
|
genesis_url: 'https://raw.githubusercontent.com/MANTRA-Chain/mantrachain/refs/heads/main/networks/mantra-dukong-1/genesis.json'
|