@chain-registry/assets 1.70.92 → 1.70.93
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.js +86 -0
- package/esm/mainnet/stargaze.js +130 -0
- package/esm/testnet/neutrontestnet.js +8 -8
- package/esm/testnet/nolustestnet.js +12 -12
- package/esm/testnet/osmosistestnet.js +6 -6
- package/mainnet/mantrachain.js +86 -0
- package/mainnet/stargaze.js +130 -0
- package/package.json +5 -5
- package/testnet/neutrontestnet.js +8 -8
- package/testnet/nolustestnet.js +12 -12
- package/testnet/osmosistestnet.js +6 -6
|
@@ -854,6 +854,49 @@ const assets = {
|
|
|
854
854
|
}
|
|
855
855
|
}]
|
|
856
856
|
},
|
|
857
|
+
{
|
|
858
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
859
|
+
denom_units: [{
|
|
860
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
861
|
+
exponent: 0,
|
|
862
|
+
aliases: ['ustars']
|
|
863
|
+
}, {
|
|
864
|
+
denom: 'stars',
|
|
865
|
+
exponent: 6
|
|
866
|
+
}],
|
|
867
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
868
|
+
name: 'Stargaze',
|
|
869
|
+
display: 'stars',
|
|
870
|
+
symbol: 'STARS',
|
|
871
|
+
logo_URIs: {
|
|
872
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
873
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
874
|
+
},
|
|
875
|
+
coingecko_id: 'stargaze',
|
|
876
|
+
images: [{
|
|
877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
879
|
+
theme: {
|
|
880
|
+
primary_color_hex: '#db2777'
|
|
881
|
+
}
|
|
882
|
+
}],
|
|
883
|
+
socials: {
|
|
884
|
+
website: 'https://www.stargaze.zone/',
|
|
885
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
886
|
+
},
|
|
887
|
+
type_asset: 'sdk.coin',
|
|
888
|
+
traces: [{
|
|
889
|
+
type: 'ibc',
|
|
890
|
+
counterparty: {
|
|
891
|
+
channel_id: 'channel-406',
|
|
892
|
+
base_denom: 'ustars',
|
|
893
|
+
chain_name: 'stargaze'
|
|
894
|
+
},
|
|
895
|
+
chain: {
|
|
896
|
+
channel_id: 'channel-4'
|
|
897
|
+
}
|
|
898
|
+
}]
|
|
899
|
+
},
|
|
857
900
|
{
|
|
858
901
|
description: 'The permissioned staking asset for Noble Chain',
|
|
859
902
|
denom_units: [{
|
|
@@ -1060,6 +1103,49 @@ const assets = {
|
|
|
1060
1103
|
channel_id: 'channel-0'
|
|
1061
1104
|
}
|
|
1062
1105
|
}]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1109
|
+
denom_units: [{
|
|
1110
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
1111
|
+
exponent: 0,
|
|
1112
|
+
aliases: ['ustars']
|
|
1113
|
+
}, {
|
|
1114
|
+
denom: 'stars',
|
|
1115
|
+
exponent: 6
|
|
1116
|
+
}],
|
|
1117
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
1118
|
+
name: 'Stargaze',
|
|
1119
|
+
display: 'stars',
|
|
1120
|
+
symbol: 'STARS',
|
|
1121
|
+
logo_URIs: {
|
|
1122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1123
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1124
|
+
},
|
|
1125
|
+
coingecko_id: 'stargaze',
|
|
1126
|
+
images: [{
|
|
1127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1129
|
+
theme: {
|
|
1130
|
+
primary_color_hex: '#db2777'
|
|
1131
|
+
}
|
|
1132
|
+
}],
|
|
1133
|
+
socials: {
|
|
1134
|
+
website: 'https://www.stargaze.zone/',
|
|
1135
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1136
|
+
},
|
|
1137
|
+
type_asset: 'sdk.coin',
|
|
1138
|
+
traces: [{
|
|
1139
|
+
type: 'ibc',
|
|
1140
|
+
counterparty: {
|
|
1141
|
+
channel_id: 'channel-406',
|
|
1142
|
+
base_denom: 'ustars',
|
|
1143
|
+
chain_name: 'stargaze'
|
|
1144
|
+
},
|
|
1145
|
+
chain: {
|
|
1146
|
+
channel_id: 'channel-4'
|
|
1147
|
+
}
|
|
1148
|
+
}]
|
|
1063
1149
|
}
|
|
1064
1150
|
]
|
|
1065
1151
|
};
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -837,6 +837,71 @@ const assets = {
|
|
|
837
837
|
}
|
|
838
838
|
}]
|
|
839
839
|
},
|
|
840
|
+
{
|
|
841
|
+
description: 'The native token of MANTRA',
|
|
842
|
+
denom_units: [{
|
|
843
|
+
denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
844
|
+
exponent: 0,
|
|
845
|
+
aliases: ['uom']
|
|
846
|
+
}, {
|
|
847
|
+
denom: 'om',
|
|
848
|
+
exponent: 6
|
|
849
|
+
}],
|
|
850
|
+
type_asset: 'sdk.coin',
|
|
851
|
+
base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
852
|
+
name: 'MANTRA Chain',
|
|
853
|
+
display: 'om',
|
|
854
|
+
symbol: 'OM',
|
|
855
|
+
coingecko_id: 'mantra-dao',
|
|
856
|
+
keywords: [
|
|
857
|
+
'rwa',
|
|
858
|
+
'wasm',
|
|
859
|
+
'staking'
|
|
860
|
+
],
|
|
861
|
+
images: [
|
|
862
|
+
{
|
|
863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
865
|
+
theme: {
|
|
866
|
+
circle: true,
|
|
867
|
+
primary_color_hex: '#fba0c1'
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
873
|
+
theme: {
|
|
874
|
+
dark_mode: true,
|
|
875
|
+
circle: true,
|
|
876
|
+
primary_color_hex: '#342c2c'
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
882
|
+
theme: {
|
|
883
|
+
dark_mode: false,
|
|
884
|
+
circle: true,
|
|
885
|
+
primary_color_hex: '#342c2c'
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
socials: {
|
|
890
|
+
website: 'https://www.mantrachain.io/',
|
|
891
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
892
|
+
},
|
|
893
|
+
traces: [{
|
|
894
|
+
type: 'ibc',
|
|
895
|
+
counterparty: {
|
|
896
|
+
channel_id: 'channel-4',
|
|
897
|
+
base_denom: 'uom',
|
|
898
|
+
chain_name: 'mantrachain'
|
|
899
|
+
},
|
|
900
|
+
chain: {
|
|
901
|
+
channel_id: 'channel-406'
|
|
902
|
+
}
|
|
903
|
+
}]
|
|
904
|
+
},
|
|
840
905
|
{
|
|
841
906
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
842
907
|
denom_units: [{
|
|
@@ -2242,6 +2307,71 @@ const assets = {
|
|
|
2242
2307
|
}
|
|
2243
2308
|
}]
|
|
2244
2309
|
},
|
|
2310
|
+
{
|
|
2311
|
+
description: 'The native token of MANTRA',
|
|
2312
|
+
denom_units: [{
|
|
2313
|
+
denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
2314
|
+
exponent: 0,
|
|
2315
|
+
aliases: ['uom']
|
|
2316
|
+
}, {
|
|
2317
|
+
denom: 'om',
|
|
2318
|
+
exponent: 6
|
|
2319
|
+
}],
|
|
2320
|
+
type_asset: 'sdk.coin',
|
|
2321
|
+
base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
2322
|
+
name: 'MANTRA Chain',
|
|
2323
|
+
display: 'om',
|
|
2324
|
+
symbol: 'OM',
|
|
2325
|
+
coingecko_id: 'mantra-dao',
|
|
2326
|
+
keywords: [
|
|
2327
|
+
'rwa',
|
|
2328
|
+
'wasm',
|
|
2329
|
+
'staking'
|
|
2330
|
+
],
|
|
2331
|
+
images: [
|
|
2332
|
+
{
|
|
2333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2334
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2335
|
+
theme: {
|
|
2336
|
+
circle: true,
|
|
2337
|
+
primary_color_hex: '#fba0c1'
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2342
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2343
|
+
theme: {
|
|
2344
|
+
dark_mode: true,
|
|
2345
|
+
circle: true,
|
|
2346
|
+
primary_color_hex: '#342c2c'
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2352
|
+
theme: {
|
|
2353
|
+
dark_mode: false,
|
|
2354
|
+
circle: true,
|
|
2355
|
+
primary_color_hex: '#342c2c'
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
],
|
|
2359
|
+
socials: {
|
|
2360
|
+
website: 'https://www.mantrachain.io/',
|
|
2361
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2362
|
+
},
|
|
2363
|
+
traces: [{
|
|
2364
|
+
type: 'ibc',
|
|
2365
|
+
counterparty: {
|
|
2366
|
+
channel_id: 'channel-4',
|
|
2367
|
+
base_denom: 'uom',
|
|
2368
|
+
chain_name: 'mantrachain'
|
|
2369
|
+
},
|
|
2370
|
+
chain: {
|
|
2371
|
+
channel_id: 'channel-406'
|
|
2372
|
+
}
|
|
2373
|
+
}]
|
|
2374
|
+
},
|
|
2245
2375
|
{
|
|
2246
2376
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2247
2377
|
denom_units: [{
|
|
@@ -45,14 +45,14 @@ const assets = {
|
|
|
45
45
|
{
|
|
46
46
|
description: 'The native token of Nolus chain',
|
|
47
47
|
denom_units: [{
|
|
48
|
-
denom: 'ibc/
|
|
48
|
+
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
49
49
|
exponent: 0,
|
|
50
50
|
aliases: ['unls']
|
|
51
51
|
}, {
|
|
52
52
|
denom: 'nls',
|
|
53
53
|
exponent: 6
|
|
54
54
|
}],
|
|
55
|
-
base: 'ibc/
|
|
55
|
+
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
56
56
|
name: 'Nolus',
|
|
57
57
|
display: 'nls',
|
|
58
58
|
symbol: 'NLS',
|
|
@@ -68,12 +68,12 @@ const assets = {
|
|
|
68
68
|
traces: [{
|
|
69
69
|
type: 'ibc',
|
|
70
70
|
counterparty: {
|
|
71
|
-
channel_id: 'channel-
|
|
71
|
+
channel_id: 'channel-1',
|
|
72
72
|
base_denom: 'unls',
|
|
73
73
|
chain_name: 'nolustestnet'
|
|
74
74
|
},
|
|
75
75
|
chain: {
|
|
76
|
-
channel_id: 'channel-
|
|
76
|
+
channel_id: 'channel-1061'
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
@@ -195,14 +195,14 @@ const assets = {
|
|
|
195
195
|
{
|
|
196
196
|
description: 'The native token of Nolus chain',
|
|
197
197
|
denom_units: [{
|
|
198
|
-
denom: 'ibc/
|
|
198
|
+
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
199
199
|
exponent: 0,
|
|
200
200
|
aliases: ['unls']
|
|
201
201
|
}, {
|
|
202
202
|
denom: 'nls',
|
|
203
203
|
exponent: 6
|
|
204
204
|
}],
|
|
205
|
-
base: 'ibc/
|
|
205
|
+
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
206
206
|
name: 'Nolus',
|
|
207
207
|
display: 'nls',
|
|
208
208
|
symbol: 'NLS',
|
|
@@ -218,12 +218,12 @@ const assets = {
|
|
|
218
218
|
traces: [{
|
|
219
219
|
type: 'ibc',
|
|
220
220
|
counterparty: {
|
|
221
|
-
channel_id: 'channel-
|
|
221
|
+
channel_id: 'channel-1',
|
|
222
222
|
base_denom: 'unls',
|
|
223
223
|
chain_name: 'nolustestnet'
|
|
224
224
|
},
|
|
225
225
|
chain: {
|
|
226
|
-
channel_id: 'channel-
|
|
226
|
+
channel_id: 'channel-1061'
|
|
227
227
|
}
|
|
228
228
|
}]
|
|
229
229
|
},
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Neutron chain',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['untrn']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'ntrn',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
15
15
|
name: 'Neutron Testnet',
|
|
16
16
|
display: 'ntrn',
|
|
17
17
|
symbol: 'NTRN',
|
|
@@ -27,26 +27,26 @@ const assets = {
|
|
|
27
27
|
traces: [{
|
|
28
28
|
type: 'ibc',
|
|
29
29
|
counterparty: {
|
|
30
|
-
channel_id: 'channel-
|
|
30
|
+
channel_id: 'channel-1061',
|
|
31
31
|
base_denom: 'untrn',
|
|
32
32
|
chain_name: 'neutrontestnet'
|
|
33
33
|
},
|
|
34
34
|
chain: {
|
|
35
|
-
channel_id: 'channel-
|
|
35
|
+
channel_id: 'channel-1'
|
|
36
36
|
}
|
|
37
37
|
}]
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
description: 'The native token of Neutron chain',
|
|
41
41
|
denom_units: [{
|
|
42
|
-
denom: 'ibc/
|
|
42
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
43
43
|
exponent: 0,
|
|
44
44
|
aliases: ['untrn']
|
|
45
45
|
}, {
|
|
46
46
|
denom: 'ntrn',
|
|
47
47
|
exponent: 6
|
|
48
48
|
}],
|
|
49
|
-
base: 'ibc/
|
|
49
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
50
50
|
name: 'Neutron Testnet',
|
|
51
51
|
display: 'ntrn',
|
|
52
52
|
symbol: 'NTRN',
|
|
@@ -62,12 +62,12 @@ const assets = {
|
|
|
62
62
|
traces: [{
|
|
63
63
|
type: 'ibc',
|
|
64
64
|
counterparty: {
|
|
65
|
-
channel_id: 'channel-
|
|
65
|
+
channel_id: 'channel-1061',
|
|
66
66
|
base_denom: 'untrn',
|
|
67
67
|
chain_name: 'neutrontestnet'
|
|
68
68
|
},
|
|
69
69
|
chain: {
|
|
70
|
-
channel_id: 'channel-
|
|
70
|
+
channel_id: 'channel-1'
|
|
71
71
|
}
|
|
72
72
|
}]
|
|
73
73
|
},
|
|
@@ -100,7 +100,7 @@ const assets = {
|
|
|
100
100
|
traces: [{
|
|
101
101
|
type: 'ibc',
|
|
102
102
|
counterparty: {
|
|
103
|
-
channel_id: 'channel-
|
|
103
|
+
channel_id: 'channel-8272',
|
|
104
104
|
base_denom: 'uosmo',
|
|
105
105
|
chain_name: 'osmosistestnet'
|
|
106
106
|
},
|
|
@@ -136,7 +136,7 @@ const assets = {
|
|
|
136
136
|
traces: [{
|
|
137
137
|
type: 'ibc',
|
|
138
138
|
counterparty: {
|
|
139
|
-
channel_id: 'channel-
|
|
139
|
+
channel_id: 'channel-8272',
|
|
140
140
|
base_denom: 'uion',
|
|
141
141
|
chain_name: 'osmosistestnet'
|
|
142
142
|
},
|
|
@@ -174,7 +174,7 @@ const assets = {
|
|
|
174
174
|
traces: [{
|
|
175
175
|
type: 'ibc',
|
|
176
176
|
counterparty: {
|
|
177
|
-
channel_id: 'channel-
|
|
177
|
+
channel_id: 'channel-8272',
|
|
178
178
|
base_denom: 'uosmo',
|
|
179
179
|
chain_name: 'osmosistestnet'
|
|
180
180
|
},
|
|
@@ -210,7 +210,7 @@ const assets = {
|
|
|
210
210
|
traces: [{
|
|
211
211
|
type: 'ibc',
|
|
212
212
|
counterparty: {
|
|
213
|
-
channel_id: 'channel-
|
|
213
|
+
channel_id: 'channel-8272',
|
|
214
214
|
base_denom: 'uion',
|
|
215
215
|
chain_name: 'osmosistestnet'
|
|
216
216
|
},
|
|
@@ -692,14 +692,14 @@ const assets = {
|
|
|
692
692
|
{
|
|
693
693
|
description: 'The native token of Nolus chain',
|
|
694
694
|
denom_units: [{
|
|
695
|
-
denom: 'ibc/
|
|
695
|
+
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
696
696
|
exponent: 0,
|
|
697
697
|
aliases: ['unls']
|
|
698
698
|
}, {
|
|
699
699
|
denom: 'nls',
|
|
700
700
|
exponent: 6
|
|
701
701
|
}],
|
|
702
|
-
base: 'ibc/
|
|
702
|
+
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
703
703
|
name: 'Nolus',
|
|
704
704
|
display: 'nls',
|
|
705
705
|
symbol: 'NLS',
|
|
@@ -720,7 +720,7 @@ const assets = {
|
|
|
720
720
|
chain_name: 'nolustestnet'
|
|
721
721
|
},
|
|
722
722
|
chain: {
|
|
723
|
-
channel_id: 'channel-
|
|
723
|
+
channel_id: 'channel-8272'
|
|
724
724
|
}
|
|
725
725
|
}]
|
|
726
726
|
},
|
|
@@ -1415,14 +1415,14 @@ const assets = {
|
|
|
1415
1415
|
{
|
|
1416
1416
|
description: 'The native token of Nolus chain',
|
|
1417
1417
|
denom_units: [{
|
|
1418
|
-
denom: 'ibc/
|
|
1418
|
+
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1419
1419
|
exponent: 0,
|
|
1420
1420
|
aliases: ['unls']
|
|
1421
1421
|
}, {
|
|
1422
1422
|
denom: 'nls',
|
|
1423
1423
|
exponent: 6
|
|
1424
1424
|
}],
|
|
1425
|
-
base: 'ibc/
|
|
1425
|
+
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1426
1426
|
name: 'Nolus',
|
|
1427
1427
|
display: 'nls',
|
|
1428
1428
|
symbol: 'NLS',
|
|
@@ -1443,7 +1443,7 @@ const assets = {
|
|
|
1443
1443
|
chain_name: 'nolustestnet'
|
|
1444
1444
|
},
|
|
1445
1445
|
chain: {
|
|
1446
|
-
channel_id: 'channel-
|
|
1446
|
+
channel_id: 'channel-8272'
|
|
1447
1447
|
}
|
|
1448
1448
|
}]
|
|
1449
1449
|
},
|
package/mainnet/mantrachain.js
CHANGED
|
@@ -856,6 +856,49 @@ const assets = {
|
|
|
856
856
|
}
|
|
857
857
|
}]
|
|
858
858
|
},
|
|
859
|
+
{
|
|
860
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
861
|
+
denom_units: [{
|
|
862
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
863
|
+
exponent: 0,
|
|
864
|
+
aliases: ['ustars']
|
|
865
|
+
}, {
|
|
866
|
+
denom: 'stars',
|
|
867
|
+
exponent: 6
|
|
868
|
+
}],
|
|
869
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
870
|
+
name: 'Stargaze',
|
|
871
|
+
display: 'stars',
|
|
872
|
+
symbol: 'STARS',
|
|
873
|
+
logo_URIs: {
|
|
874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
876
|
+
},
|
|
877
|
+
coingecko_id: 'stargaze',
|
|
878
|
+
images: [{
|
|
879
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
880
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
881
|
+
theme: {
|
|
882
|
+
primary_color_hex: '#db2777'
|
|
883
|
+
}
|
|
884
|
+
}],
|
|
885
|
+
socials: {
|
|
886
|
+
website: 'https://www.stargaze.zone/',
|
|
887
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
888
|
+
},
|
|
889
|
+
type_asset: 'sdk.coin',
|
|
890
|
+
traces: [{
|
|
891
|
+
type: 'ibc',
|
|
892
|
+
counterparty: {
|
|
893
|
+
channel_id: 'channel-406',
|
|
894
|
+
base_denom: 'ustars',
|
|
895
|
+
chain_name: 'stargaze'
|
|
896
|
+
},
|
|
897
|
+
chain: {
|
|
898
|
+
channel_id: 'channel-4'
|
|
899
|
+
}
|
|
900
|
+
}]
|
|
901
|
+
},
|
|
859
902
|
{
|
|
860
903
|
description: 'The permissioned staking asset for Noble Chain',
|
|
861
904
|
denom_units: [{
|
|
@@ -1062,6 +1105,49 @@ const assets = {
|
|
|
1062
1105
|
channel_id: 'channel-0'
|
|
1063
1106
|
}
|
|
1064
1107
|
}]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1111
|
+
denom_units: [{
|
|
1112
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
1113
|
+
exponent: 0,
|
|
1114
|
+
aliases: ['ustars']
|
|
1115
|
+
}, {
|
|
1116
|
+
denom: 'stars',
|
|
1117
|
+
exponent: 6
|
|
1118
|
+
}],
|
|
1119
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
1120
|
+
name: 'Stargaze',
|
|
1121
|
+
display: 'stars',
|
|
1122
|
+
symbol: 'STARS',
|
|
1123
|
+
logo_URIs: {
|
|
1124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1126
|
+
},
|
|
1127
|
+
coingecko_id: 'stargaze',
|
|
1128
|
+
images: [{
|
|
1129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1131
|
+
theme: {
|
|
1132
|
+
primary_color_hex: '#db2777'
|
|
1133
|
+
}
|
|
1134
|
+
}],
|
|
1135
|
+
socials: {
|
|
1136
|
+
website: 'https://www.stargaze.zone/',
|
|
1137
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1138
|
+
},
|
|
1139
|
+
type_asset: 'sdk.coin',
|
|
1140
|
+
traces: [{
|
|
1141
|
+
type: 'ibc',
|
|
1142
|
+
counterparty: {
|
|
1143
|
+
channel_id: 'channel-406',
|
|
1144
|
+
base_denom: 'ustars',
|
|
1145
|
+
chain_name: 'stargaze'
|
|
1146
|
+
},
|
|
1147
|
+
chain: {
|
|
1148
|
+
channel_id: 'channel-4'
|
|
1149
|
+
}
|
|
1150
|
+
}]
|
|
1065
1151
|
}
|
|
1066
1152
|
]
|
|
1067
1153
|
};
|
package/mainnet/stargaze.js
CHANGED
|
@@ -839,6 +839,71 @@ const assets = {
|
|
|
839
839
|
}
|
|
840
840
|
}]
|
|
841
841
|
},
|
|
842
|
+
{
|
|
843
|
+
description: 'The native token of MANTRA',
|
|
844
|
+
denom_units: [{
|
|
845
|
+
denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
846
|
+
exponent: 0,
|
|
847
|
+
aliases: ['uom']
|
|
848
|
+
}, {
|
|
849
|
+
denom: 'om',
|
|
850
|
+
exponent: 6
|
|
851
|
+
}],
|
|
852
|
+
type_asset: 'sdk.coin',
|
|
853
|
+
base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
854
|
+
name: 'MANTRA Chain',
|
|
855
|
+
display: 'om',
|
|
856
|
+
symbol: 'OM',
|
|
857
|
+
coingecko_id: 'mantra-dao',
|
|
858
|
+
keywords: [
|
|
859
|
+
'rwa',
|
|
860
|
+
'wasm',
|
|
861
|
+
'staking'
|
|
862
|
+
],
|
|
863
|
+
images: [
|
|
864
|
+
{
|
|
865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
866
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
867
|
+
theme: {
|
|
868
|
+
circle: true,
|
|
869
|
+
primary_color_hex: '#fba0c1'
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
874
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
875
|
+
theme: {
|
|
876
|
+
dark_mode: true,
|
|
877
|
+
circle: true,
|
|
878
|
+
primary_color_hex: '#342c2c'
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
884
|
+
theme: {
|
|
885
|
+
dark_mode: false,
|
|
886
|
+
circle: true,
|
|
887
|
+
primary_color_hex: '#342c2c'
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
socials: {
|
|
892
|
+
website: 'https://www.mantrachain.io/',
|
|
893
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
894
|
+
},
|
|
895
|
+
traces: [{
|
|
896
|
+
type: 'ibc',
|
|
897
|
+
counterparty: {
|
|
898
|
+
channel_id: 'channel-4',
|
|
899
|
+
base_denom: 'uom',
|
|
900
|
+
chain_name: 'mantrachain'
|
|
901
|
+
},
|
|
902
|
+
chain: {
|
|
903
|
+
channel_id: 'channel-406'
|
|
904
|
+
}
|
|
905
|
+
}]
|
|
906
|
+
},
|
|
842
907
|
{
|
|
843
908
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
844
909
|
denom_units: [{
|
|
@@ -2244,6 +2309,71 @@ const assets = {
|
|
|
2244
2309
|
}
|
|
2245
2310
|
}]
|
|
2246
2311
|
},
|
|
2312
|
+
{
|
|
2313
|
+
description: 'The native token of MANTRA',
|
|
2314
|
+
denom_units: [{
|
|
2315
|
+
denom: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
2316
|
+
exponent: 0,
|
|
2317
|
+
aliases: ['uom']
|
|
2318
|
+
}, {
|
|
2319
|
+
denom: 'om',
|
|
2320
|
+
exponent: 6
|
|
2321
|
+
}],
|
|
2322
|
+
type_asset: 'sdk.coin',
|
|
2323
|
+
base: 'ibc/3BD86E80E000B52DA57C474A6A44E37F73D34E38A1FA79EE678E08D119FC555B',
|
|
2324
|
+
name: 'MANTRA Chain',
|
|
2325
|
+
display: 'om',
|
|
2326
|
+
symbol: 'OM',
|
|
2327
|
+
coingecko_id: 'mantra-dao',
|
|
2328
|
+
keywords: [
|
|
2329
|
+
'rwa',
|
|
2330
|
+
'wasm',
|
|
2331
|
+
'staking'
|
|
2332
|
+
],
|
|
2333
|
+
images: [
|
|
2334
|
+
{
|
|
2335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
2336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
2337
|
+
theme: {
|
|
2338
|
+
circle: true,
|
|
2339
|
+
primary_color_hex: '#fba0c1'
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
2344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
2345
|
+
theme: {
|
|
2346
|
+
dark_mode: true,
|
|
2347
|
+
circle: true,
|
|
2348
|
+
primary_color_hex: '#342c2c'
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
2353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
2354
|
+
theme: {
|
|
2355
|
+
dark_mode: false,
|
|
2356
|
+
circle: true,
|
|
2357
|
+
primary_color_hex: '#342c2c'
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
],
|
|
2361
|
+
socials: {
|
|
2362
|
+
website: 'https://www.mantrachain.io/',
|
|
2363
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
2364
|
+
},
|
|
2365
|
+
traces: [{
|
|
2366
|
+
type: 'ibc',
|
|
2367
|
+
counterparty: {
|
|
2368
|
+
channel_id: 'channel-4',
|
|
2369
|
+
base_denom: 'uom',
|
|
2370
|
+
chain_name: 'mantrachain'
|
|
2371
|
+
},
|
|
2372
|
+
chain: {
|
|
2373
|
+
channel_id: 'channel-406'
|
|
2374
|
+
}
|
|
2375
|
+
}]
|
|
2376
|
+
},
|
|
2247
2377
|
{
|
|
2248
2378
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
2249
2379
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.93",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.49",
|
|
33
|
+
"chain-registry": "^1.69.93"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.49"
|
|
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": "45664382e77f2a0adbe95d161e823998ac1e8d41"
|
|
47
47
|
}
|
|
@@ -47,14 +47,14 @@ const assets = {
|
|
|
47
47
|
{
|
|
48
48
|
description: 'The native token of Nolus chain',
|
|
49
49
|
denom_units: [{
|
|
50
|
-
denom: 'ibc/
|
|
50
|
+
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
51
51
|
exponent: 0,
|
|
52
52
|
aliases: ['unls']
|
|
53
53
|
}, {
|
|
54
54
|
denom: 'nls',
|
|
55
55
|
exponent: 6
|
|
56
56
|
}],
|
|
57
|
-
base: 'ibc/
|
|
57
|
+
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
58
58
|
name: 'Nolus',
|
|
59
59
|
display: 'nls',
|
|
60
60
|
symbol: 'NLS',
|
|
@@ -70,12 +70,12 @@ const assets = {
|
|
|
70
70
|
traces: [{
|
|
71
71
|
type: 'ibc',
|
|
72
72
|
counterparty: {
|
|
73
|
-
channel_id: 'channel-
|
|
73
|
+
channel_id: 'channel-1',
|
|
74
74
|
base_denom: 'unls',
|
|
75
75
|
chain_name: 'nolustestnet'
|
|
76
76
|
},
|
|
77
77
|
chain: {
|
|
78
|
-
channel_id: 'channel-
|
|
78
|
+
channel_id: 'channel-1061'
|
|
79
79
|
}
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
@@ -197,14 +197,14 @@ const assets = {
|
|
|
197
197
|
{
|
|
198
198
|
description: 'The native token of Nolus chain',
|
|
199
199
|
denom_units: [{
|
|
200
|
-
denom: 'ibc/
|
|
200
|
+
denom: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
201
201
|
exponent: 0,
|
|
202
202
|
aliases: ['unls']
|
|
203
203
|
}, {
|
|
204
204
|
denom: 'nls',
|
|
205
205
|
exponent: 6
|
|
206
206
|
}],
|
|
207
|
-
base: 'ibc/
|
|
207
|
+
base: 'ibc/E808FAAE7ADDA37453A8F0F67D74669F6580CBA5EF0F7889D46FB02D282098E3',
|
|
208
208
|
name: 'Nolus',
|
|
209
209
|
display: 'nls',
|
|
210
210
|
symbol: 'NLS',
|
|
@@ -220,12 +220,12 @@ const assets = {
|
|
|
220
220
|
traces: [{
|
|
221
221
|
type: 'ibc',
|
|
222
222
|
counterparty: {
|
|
223
|
-
channel_id: 'channel-
|
|
223
|
+
channel_id: 'channel-1',
|
|
224
224
|
base_denom: 'unls',
|
|
225
225
|
chain_name: 'nolustestnet'
|
|
226
226
|
},
|
|
227
227
|
chain: {
|
|
228
|
-
channel_id: 'channel-
|
|
228
|
+
channel_id: 'channel-1061'
|
|
229
229
|
}
|
|
230
230
|
}]
|
|
231
231
|
},
|
package/testnet/nolustestnet.js
CHANGED
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Neutron chain',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['untrn']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'ntrn',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
17
17
|
name: 'Neutron Testnet',
|
|
18
18
|
display: 'ntrn',
|
|
19
19
|
symbol: 'NTRN',
|
|
@@ -29,26 +29,26 @@ const assets = {
|
|
|
29
29
|
traces: [{
|
|
30
30
|
type: 'ibc',
|
|
31
31
|
counterparty: {
|
|
32
|
-
channel_id: 'channel-
|
|
32
|
+
channel_id: 'channel-1061',
|
|
33
33
|
base_denom: 'untrn',
|
|
34
34
|
chain_name: 'neutrontestnet'
|
|
35
35
|
},
|
|
36
36
|
chain: {
|
|
37
|
-
channel_id: 'channel-
|
|
37
|
+
channel_id: 'channel-1'
|
|
38
38
|
}
|
|
39
39
|
}]
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
description: 'The native token of Neutron chain',
|
|
43
43
|
denom_units: [{
|
|
44
|
-
denom: 'ibc/
|
|
44
|
+
denom: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
45
45
|
exponent: 0,
|
|
46
46
|
aliases: ['untrn']
|
|
47
47
|
}, {
|
|
48
48
|
denom: 'ntrn',
|
|
49
49
|
exponent: 6
|
|
50
50
|
}],
|
|
51
|
-
base: 'ibc/
|
|
51
|
+
base: 'ibc/0C698C8970DB4C539455E5225665A804F6338753211319E44BAD39758B238695',
|
|
52
52
|
name: 'Neutron Testnet',
|
|
53
53
|
display: 'ntrn',
|
|
54
54
|
symbol: 'NTRN',
|
|
@@ -64,12 +64,12 @@ const assets = {
|
|
|
64
64
|
traces: [{
|
|
65
65
|
type: 'ibc',
|
|
66
66
|
counterparty: {
|
|
67
|
-
channel_id: 'channel-
|
|
67
|
+
channel_id: 'channel-1061',
|
|
68
68
|
base_denom: 'untrn',
|
|
69
69
|
chain_name: 'neutrontestnet'
|
|
70
70
|
},
|
|
71
71
|
chain: {
|
|
72
|
-
channel_id: 'channel-
|
|
72
|
+
channel_id: 'channel-1'
|
|
73
73
|
}
|
|
74
74
|
}]
|
|
75
75
|
},
|
|
@@ -102,7 +102,7 @@ const assets = {
|
|
|
102
102
|
traces: [{
|
|
103
103
|
type: 'ibc',
|
|
104
104
|
counterparty: {
|
|
105
|
-
channel_id: 'channel-
|
|
105
|
+
channel_id: 'channel-8272',
|
|
106
106
|
base_denom: 'uosmo',
|
|
107
107
|
chain_name: 'osmosistestnet'
|
|
108
108
|
},
|
|
@@ -138,7 +138,7 @@ const assets = {
|
|
|
138
138
|
traces: [{
|
|
139
139
|
type: 'ibc',
|
|
140
140
|
counterparty: {
|
|
141
|
-
channel_id: 'channel-
|
|
141
|
+
channel_id: 'channel-8272',
|
|
142
142
|
base_denom: 'uion',
|
|
143
143
|
chain_name: 'osmosistestnet'
|
|
144
144
|
},
|
|
@@ -176,7 +176,7 @@ const assets = {
|
|
|
176
176
|
traces: [{
|
|
177
177
|
type: 'ibc',
|
|
178
178
|
counterparty: {
|
|
179
|
-
channel_id: 'channel-
|
|
179
|
+
channel_id: 'channel-8272',
|
|
180
180
|
base_denom: 'uosmo',
|
|
181
181
|
chain_name: 'osmosistestnet'
|
|
182
182
|
},
|
|
@@ -212,7 +212,7 @@ const assets = {
|
|
|
212
212
|
traces: [{
|
|
213
213
|
type: 'ibc',
|
|
214
214
|
counterparty: {
|
|
215
|
-
channel_id: 'channel-
|
|
215
|
+
channel_id: 'channel-8272',
|
|
216
216
|
base_denom: 'uion',
|
|
217
217
|
chain_name: 'osmosistestnet'
|
|
218
218
|
},
|
|
@@ -694,14 +694,14 @@ const assets = {
|
|
|
694
694
|
{
|
|
695
695
|
description: 'The native token of Nolus chain',
|
|
696
696
|
denom_units: [{
|
|
697
|
-
denom: 'ibc/
|
|
697
|
+
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
698
698
|
exponent: 0,
|
|
699
699
|
aliases: ['unls']
|
|
700
700
|
}, {
|
|
701
701
|
denom: 'nls',
|
|
702
702
|
exponent: 6
|
|
703
703
|
}],
|
|
704
|
-
base: 'ibc/
|
|
704
|
+
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
705
705
|
name: 'Nolus',
|
|
706
706
|
display: 'nls',
|
|
707
707
|
symbol: 'NLS',
|
|
@@ -722,7 +722,7 @@ const assets = {
|
|
|
722
722
|
chain_name: 'nolustestnet'
|
|
723
723
|
},
|
|
724
724
|
chain: {
|
|
725
|
-
channel_id: 'channel-
|
|
725
|
+
channel_id: 'channel-8272'
|
|
726
726
|
}
|
|
727
727
|
}]
|
|
728
728
|
},
|
|
@@ -1417,14 +1417,14 @@ const assets = {
|
|
|
1417
1417
|
{
|
|
1418
1418
|
description: 'The native token of Nolus chain',
|
|
1419
1419
|
denom_units: [{
|
|
1420
|
-
denom: 'ibc/
|
|
1420
|
+
denom: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1421
1421
|
exponent: 0,
|
|
1422
1422
|
aliases: ['unls']
|
|
1423
1423
|
}, {
|
|
1424
1424
|
denom: 'nls',
|
|
1425
1425
|
exponent: 6
|
|
1426
1426
|
}],
|
|
1427
|
-
base: 'ibc/
|
|
1427
|
+
base: 'ibc/EF145240FE393A1CEC9C35ED1866A235D23176EA9B32069F714C9309FEA55718',
|
|
1428
1428
|
name: 'Nolus',
|
|
1429
1429
|
display: 'nls',
|
|
1430
1430
|
symbol: 'NLS',
|
|
@@ -1445,7 +1445,7 @@ const assets = {
|
|
|
1445
1445
|
chain_name: 'nolustestnet'
|
|
1446
1446
|
},
|
|
1447
1447
|
chain: {
|
|
1448
|
-
channel_id: 'channel-
|
|
1448
|
+
channel_id: 'channel-8272'
|
|
1449
1449
|
}
|
|
1450
1450
|
}]
|
|
1451
1451
|
},
|