@chain-registry/assets 1.64.24 → 1.64.26
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/akash.js +2 -2
- package/esm/mainnet/archway.js +6 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +32 -4
- package/esm/mainnet/celestia.js +6 -2
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/composable.js +102 -2
- package/esm/mainnet/cosmoshub.js +36 -8
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +2 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/dymension.js +6 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/mars.js +6 -2
- package/esm/mainnet/medasdigital.js +2 -2
- package/esm/mainnet/neutaro.js +182 -0
- package/esm/mainnet/noble.js +14 -10
- package/esm/mainnet/nois.js +6 -2
- package/esm/mainnet/nolus.js +6 -2
- package/esm/mainnet/nomic.js +6 -2
- package/esm/mainnet/osmosis.js +112 -8
- package/esm/mainnet/persistence.js +8 -4
- package/esm/mainnet/pryzm.js +6 -2
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/saga.js +6 -2
- package/esm/mainnet/secretnetwork.js +8 -4
- package/esm/mainnet/sei.js +6 -2
- package/esm/mainnet/shido.js +24 -24
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/terra2.js +6 -2
- package/mainnet/akash.js +2 -2
- package/mainnet/archway.js +6 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +32 -4
- package/mainnet/celestia.js +6 -2
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/composable.js +102 -2
- package/mainnet/cosmoshub.js +36 -8
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +2 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/dymension.js +6 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +2 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/mars.js +6 -2
- package/mainnet/medasdigital.js +2 -2
- package/mainnet/neutaro.d.ts +3 -0
- package/mainnet/neutaro.js +184 -0
- package/mainnet/noble.js +14 -10
- package/mainnet/nois.js +6 -2
- package/mainnet/nolus.js +6 -2
- package/mainnet/nomic.js +6 -2
- package/mainnet/osmosis.js +112 -8
- package/mainnet/persistence.js +8 -4
- package/mainnet/pryzm.js +6 -2
- package/mainnet/regen.js +2 -2
- package/mainnet/saga.js +6 -2
- package/mainnet/secretnetwork.js +8 -4
- package/mainnet/sei.js +6 -2
- package/mainnet/shido.js +24 -24
- package/mainnet/sifchain.js +2 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/terra2.js +6 -2
- package/package.json +5 -5
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'neutaro',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
16
|
+
name: 'Osmosis',
|
|
17
|
+
display: 'osmo',
|
|
18
|
+
symbol: 'OSMO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#760dbb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://osmosis.zone',
|
|
34
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-79092',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-4'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
60
|
+
name: 'Ion DAO',
|
|
61
|
+
display: 'ion',
|
|
62
|
+
symbol: 'ION',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#4453c7'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'ion',
|
|
75
|
+
keywords: ['memecoin', 'defi'],
|
|
76
|
+
socials: {
|
|
77
|
+
website: 'https://ion.wtf',
|
|
78
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
+
},
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-79092',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-4'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-79092',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-4'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-79092',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-4'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -1161,7 +1161,9 @@ const assets = {
|
|
|
1161
1161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1162
1162
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1163
1163
|
theme: {
|
|
1164
|
-
primary_color_hex: '#040404'
|
|
1164
|
+
primary_color_hex: '#040404',
|
|
1165
|
+
background_color_hex: '#000000',
|
|
1166
|
+
circle: true
|
|
1165
1167
|
}
|
|
1166
1168
|
}],
|
|
1167
1169
|
socials: {
|
|
@@ -2556,7 +2558,9 @@ const assets = {
|
|
|
2556
2558
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2557
2559
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2558
2560
|
theme: {
|
|
2559
|
-
primary_color_hex: '#040404'
|
|
2561
|
+
primary_color_hex: '#040404',
|
|
2562
|
+
background_color_hex: '#000000',
|
|
2563
|
+
circle: true
|
|
2560
2564
|
}
|
|
2561
2565
|
}],
|
|
2562
2566
|
socials: {
|
|
@@ -3356,14 +3360,14 @@ const assets = {
|
|
|
3356
3360
|
{
|
|
3357
3361
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
3358
3362
|
denom_units: [{
|
|
3359
|
-
denom: 'ibc/
|
|
3363
|
+
denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
|
|
3360
3364
|
exponent: 0,
|
|
3361
3365
|
aliases: ['shido']
|
|
3362
3366
|
}, {
|
|
3363
3367
|
denom: 'SHIDO',
|
|
3364
3368
|
exponent: 18
|
|
3365
3369
|
}],
|
|
3366
|
-
base: 'ibc/
|
|
3370
|
+
base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
|
|
3367
3371
|
name: 'Shido',
|
|
3368
3372
|
display: 'SHIDO',
|
|
3369
3373
|
symbol: 'SHIDO',
|
|
@@ -3386,12 +3390,12 @@ const assets = {
|
|
|
3386
3390
|
traces: [{
|
|
3387
3391
|
type: 'ibc',
|
|
3388
3392
|
counterparty: {
|
|
3389
|
-
channel_id: 'channel-
|
|
3393
|
+
channel_id: 'channel-5',
|
|
3390
3394
|
base_denom: 'shido',
|
|
3391
3395
|
chain_name: 'shido'
|
|
3392
3396
|
},
|
|
3393
3397
|
chain: {
|
|
3394
|
-
channel_id: 'channel-
|
|
3398
|
+
channel_id: 'channel-87'
|
|
3395
3399
|
}
|
|
3396
3400
|
}]
|
|
3397
3401
|
},
|
|
@@ -4120,14 +4124,14 @@ const assets = {
|
|
|
4120
4124
|
{
|
|
4121
4125
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
4122
4126
|
denom_units: [{
|
|
4123
|
-
denom: 'ibc/
|
|
4127
|
+
denom: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
|
|
4124
4128
|
exponent: 0,
|
|
4125
4129
|
aliases: ['shido']
|
|
4126
4130
|
}, {
|
|
4127
4131
|
denom: 'SHIDO',
|
|
4128
4132
|
exponent: 18
|
|
4129
4133
|
}],
|
|
4130
|
-
base: 'ibc/
|
|
4134
|
+
base: 'ibc/7A3DE0BD9545098B328261DFF34EFEBD6CAE2A7181D5116737A922BD43BAB8D1',
|
|
4131
4135
|
name: 'Shido',
|
|
4132
4136
|
display: 'SHIDO',
|
|
4133
4137
|
symbol: 'SHIDO',
|
|
@@ -4150,12 +4154,12 @@ const assets = {
|
|
|
4150
4154
|
traces: [{
|
|
4151
4155
|
type: 'ibc',
|
|
4152
4156
|
counterparty: {
|
|
4153
|
-
channel_id: 'channel-
|
|
4157
|
+
channel_id: 'channel-5',
|
|
4154
4158
|
base_denom: 'shido',
|
|
4155
4159
|
chain_name: 'shido'
|
|
4156
4160
|
},
|
|
4157
4161
|
chain: {
|
|
4158
|
-
channel_id: 'channel-
|
|
4162
|
+
channel_id: 'channel-87'
|
|
4159
4163
|
}
|
|
4160
4164
|
}]
|
|
4161
4165
|
},
|
package/esm/mainnet/nois.js
CHANGED
|
@@ -425,7 +425,9 @@ const assets = {
|
|
|
425
425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
426
426
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
427
427
|
theme: {
|
|
428
|
-
primary_color_hex: '#040404'
|
|
428
|
+
primary_color_hex: '#040404',
|
|
429
|
+
background_color_hex: '#000000',
|
|
430
|
+
circle: true
|
|
429
431
|
}
|
|
430
432
|
}],
|
|
431
433
|
socials: {
|
|
@@ -973,7 +975,9 @@ const assets = {
|
|
|
973
975
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
974
976
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
975
977
|
theme: {
|
|
976
|
-
primary_color_hex: '#040404'
|
|
978
|
+
primary_color_hex: '#040404',
|
|
979
|
+
background_color_hex: '#000000',
|
|
980
|
+
circle: true
|
|
977
981
|
}
|
|
978
982
|
}],
|
|
979
983
|
socials: {
|
package/esm/mainnet/nolus.js
CHANGED
|
@@ -61,7 +61,9 @@ const assets = {
|
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
63
63
|
theme: {
|
|
64
|
-
primary_color_hex: '#040404'
|
|
64
|
+
primary_color_hex: '#040404',
|
|
65
|
+
background_color_hex: '#000000',
|
|
66
|
+
circle: true
|
|
65
67
|
}
|
|
66
68
|
}],
|
|
67
69
|
socials: {
|
|
@@ -245,7 +247,9 @@ const assets = {
|
|
|
245
247
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
246
248
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
247
249
|
theme: {
|
|
248
|
-
primary_color_hex: '#040404'
|
|
250
|
+
primary_color_hex: '#040404',
|
|
251
|
+
background_color_hex: '#000000',
|
|
252
|
+
circle: true
|
|
249
253
|
}
|
|
250
254
|
}],
|
|
251
255
|
socials: {
|
package/esm/mainnet/nomic.js
CHANGED
|
@@ -66,7 +66,9 @@ const assets = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
68
68
|
theme: {
|
|
69
|
-
primary_color_hex: '#040404'
|
|
69
|
+
primary_color_hex: '#040404',
|
|
70
|
+
background_color_hex: '#000000',
|
|
71
|
+
circle: true
|
|
70
72
|
}
|
|
71
73
|
}],
|
|
72
74
|
socials: {
|
|
@@ -255,7 +257,9 @@ const assets = {
|
|
|
255
257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
256
258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
257
259
|
theme: {
|
|
258
|
-
primary_color_hex: '#040404'
|
|
260
|
+
primary_color_hex: '#040404',
|
|
261
|
+
background_color_hex: '#000000',
|
|
262
|
+
circle: true
|
|
259
263
|
}
|
|
260
264
|
}],
|
|
261
265
|
socials: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -1359,7 +1359,7 @@ const assets = {
|
|
|
1359
1359
|
}]
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
|
-
description: 'Decentralized Machine Learning',
|
|
1362
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
1363
1363
|
denom_units: [{
|
|
1364
1364
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
1365
1365
|
exponent: 0,
|
|
@@ -2396,7 +2396,19 @@ const assets = {
|
|
|
2396
2396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2397
2397
|
},
|
|
2398
2398
|
images: [{
|
|
2399
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
2399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
2400
|
+
theme: {
|
|
2401
|
+
primary_color_hex: '#00e33a',
|
|
2402
|
+
background_color_hex: '#00e33a',
|
|
2403
|
+
circle: true
|
|
2404
|
+
}
|
|
2405
|
+
}, {
|
|
2406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
2407
|
+
theme: {
|
|
2408
|
+
primary_color_hex: '#00e33a',
|
|
2409
|
+
background_color_hex: '#00e33a',
|
|
2410
|
+
circle: false
|
|
2411
|
+
}
|
|
2400
2412
|
}],
|
|
2401
2413
|
traces: [{
|
|
2402
2414
|
type: 'ibc',
|
|
@@ -4198,6 +4210,44 @@ const assets = {
|
|
|
4198
4210
|
}
|
|
4199
4211
|
}]
|
|
4200
4212
|
},
|
|
4213
|
+
{
|
|
4214
|
+
description: 'The native token of Neutaro',
|
|
4215
|
+
denom_units: [{
|
|
4216
|
+
denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
|
|
4217
|
+
exponent: 0,
|
|
4218
|
+
aliases: ['uneutaro']
|
|
4219
|
+
}, {
|
|
4220
|
+
denom: 'neutaro',
|
|
4221
|
+
exponent: 6
|
|
4222
|
+
}],
|
|
4223
|
+
base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
|
|
4224
|
+
name: 'Neutaro',
|
|
4225
|
+
display: 'neutaro',
|
|
4226
|
+
symbol: 'NTMPI',
|
|
4227
|
+
logo_URIs: {
|
|
4228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
4229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
|
|
4230
|
+
},
|
|
4231
|
+
coingecko_id: 'neutaro',
|
|
4232
|
+
images: [{
|
|
4233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
4234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
|
|
4235
|
+
theme: {
|
|
4236
|
+
primary_color_hex: '#cbfb06'
|
|
4237
|
+
}
|
|
4238
|
+
}],
|
|
4239
|
+
traces: [{
|
|
4240
|
+
type: 'ibc',
|
|
4241
|
+
counterparty: {
|
|
4242
|
+
channel_id: 'channel-4',
|
|
4243
|
+
base_denom: 'uneutaro',
|
|
4244
|
+
chain_name: 'neutaro'
|
|
4245
|
+
},
|
|
4246
|
+
chain: {
|
|
4247
|
+
channel_id: 'channel-79092'
|
|
4248
|
+
}
|
|
4249
|
+
}]
|
|
4250
|
+
},
|
|
4201
4251
|
{
|
|
4202
4252
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
4203
4253
|
denom_units: [{
|
|
@@ -4221,7 +4271,9 @@ const assets = {
|
|
|
4221
4271
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
4222
4272
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
4223
4273
|
theme: {
|
|
4224
|
-
primary_color_hex: '#040404'
|
|
4274
|
+
primary_color_hex: '#040404',
|
|
4275
|
+
background_color_hex: '#000000',
|
|
4276
|
+
circle: true
|
|
4225
4277
|
}
|
|
4226
4278
|
}],
|
|
4227
4279
|
socials: {
|
|
@@ -6430,7 +6482,7 @@ const assets = {
|
|
|
6430
6482
|
}]
|
|
6431
6483
|
},
|
|
6432
6484
|
{
|
|
6433
|
-
description: 'Decentralized Machine Learning',
|
|
6485
|
+
description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
|
|
6434
6486
|
denom_units: [{
|
|
6435
6487
|
denom: 'ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5',
|
|
6436
6488
|
exponent: 0,
|
|
@@ -7467,7 +7519,19 @@ const assets = {
|
|
|
7467
7519
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7468
7520
|
},
|
|
7469
7521
|
images: [{
|
|
7470
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
|
|
7522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
|
|
7523
|
+
theme: {
|
|
7524
|
+
primary_color_hex: '#00e33a',
|
|
7525
|
+
background_color_hex: '#00e33a',
|
|
7526
|
+
circle: true
|
|
7527
|
+
}
|
|
7528
|
+
}, {
|
|
7529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
|
|
7530
|
+
theme: {
|
|
7531
|
+
primary_color_hex: '#00e33a',
|
|
7532
|
+
background_color_hex: '#00e33a',
|
|
7533
|
+
circle: false
|
|
7534
|
+
}
|
|
7471
7535
|
}],
|
|
7472
7536
|
traces: [{
|
|
7473
7537
|
type: 'ibc',
|
|
@@ -9269,6 +9333,44 @@ const assets = {
|
|
|
9269
9333
|
}
|
|
9270
9334
|
}]
|
|
9271
9335
|
},
|
|
9336
|
+
{
|
|
9337
|
+
description: 'The native token of Neutaro',
|
|
9338
|
+
denom_units: [{
|
|
9339
|
+
denom: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
|
|
9340
|
+
exponent: 0,
|
|
9341
|
+
aliases: ['uneutaro']
|
|
9342
|
+
}, {
|
|
9343
|
+
denom: 'neutaro',
|
|
9344
|
+
exponent: 6
|
|
9345
|
+
}],
|
|
9346
|
+
base: 'ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133',
|
|
9347
|
+
name: 'Neutaro',
|
|
9348
|
+
display: 'neutaro',
|
|
9349
|
+
symbol: 'NTMPI',
|
|
9350
|
+
logo_URIs: {
|
|
9351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
9352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
|
|
9353
|
+
},
|
|
9354
|
+
coingecko_id: 'neutaro',
|
|
9355
|
+
images: [{
|
|
9356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
|
|
9357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
|
|
9358
|
+
theme: {
|
|
9359
|
+
primary_color_hex: '#cbfb06'
|
|
9360
|
+
}
|
|
9361
|
+
}],
|
|
9362
|
+
traces: [{
|
|
9363
|
+
type: 'ibc',
|
|
9364
|
+
counterparty: {
|
|
9365
|
+
channel_id: 'channel-4',
|
|
9366
|
+
base_denom: 'uneutaro',
|
|
9367
|
+
chain_name: 'neutaro'
|
|
9368
|
+
},
|
|
9369
|
+
chain: {
|
|
9370
|
+
channel_id: 'channel-79092'
|
|
9371
|
+
}
|
|
9372
|
+
}]
|
|
9373
|
+
},
|
|
9272
9374
|
{
|
|
9273
9375
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
9274
9376
|
denom_units: [{
|
|
@@ -9292,7 +9394,9 @@ const assets = {
|
|
|
9292
9394
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
9293
9395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
9294
9396
|
theme: {
|
|
9295
|
-
primary_color_hex: '#040404'
|
|
9397
|
+
primary_color_hex: '#040404',
|
|
9398
|
+
background_color_hex: '#000000',
|
|
9399
|
+
circle: true
|
|
9296
9400
|
}
|
|
9297
9401
|
}],
|
|
9298
9402
|
socials: {
|
|
@@ -11209,7 +11313,7 @@ const assets = {
|
|
|
11209
11313
|
}],
|
|
11210
11314
|
socials: {
|
|
11211
11315
|
website: 'https://www.sentinel.co/',
|
|
11212
|
-
twitter: 'https://
|
|
11316
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
11213
11317
|
},
|
|
11214
11318
|
traces: [{
|
|
11215
11319
|
type: 'ibc',
|
|
@@ -14075,7 +14179,7 @@ const assets = {
|
|
|
14075
14179
|
}],
|
|
14076
14180
|
socials: {
|
|
14077
14181
|
website: 'https://www.sentinel.co/',
|
|
14078
|
-
twitter: 'https://
|
|
14182
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
14079
14183
|
},
|
|
14080
14184
|
traces: [{
|
|
14081
14185
|
type: 'ibc',
|
|
@@ -1140,7 +1140,9 @@ const assets = {
|
|
|
1140
1140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1141
1141
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1142
1142
|
theme: {
|
|
1143
|
-
primary_color_hex: '#040404'
|
|
1143
|
+
primary_color_hex: '#040404',
|
|
1144
|
+
background_color_hex: '#000000',
|
|
1145
|
+
circle: true
|
|
1144
1146
|
}
|
|
1145
1147
|
}],
|
|
1146
1148
|
socials: {
|
|
@@ -2602,7 +2604,9 @@ const assets = {
|
|
|
2602
2604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
2603
2605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
2604
2606
|
theme: {
|
|
2605
|
-
primary_color_hex: '#040404'
|
|
2607
|
+
primary_color_hex: '#040404',
|
|
2608
|
+
background_color_hex: '#000000',
|
|
2609
|
+
circle: true
|
|
2606
2610
|
}
|
|
2607
2611
|
}],
|
|
2608
2612
|
socials: {
|
|
@@ -3116,7 +3120,7 @@ const assets = {
|
|
|
3116
3120
|
}],
|
|
3117
3121
|
socials: {
|
|
3118
3122
|
website: 'https://www.sentinel.co/',
|
|
3119
|
-
twitter: 'https://
|
|
3123
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
3120
3124
|
},
|
|
3121
3125
|
traces: [{
|
|
3122
3126
|
type: 'ibc',
|
|
@@ -3523,7 +3527,7 @@ const assets = {
|
|
|
3523
3527
|
}],
|
|
3524
3528
|
socials: {
|
|
3525
3529
|
website: 'https://www.sentinel.co/',
|
|
3526
|
-
twitter: 'https://
|
|
3530
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
3527
3531
|
},
|
|
3528
3532
|
traces: [{
|
|
3529
3533
|
type: 'ibc',
|
package/esm/mainnet/pryzm.js
CHANGED
|
@@ -422,7 +422,9 @@ const assets = {
|
|
|
422
422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
423
423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
424
424
|
theme: {
|
|
425
|
-
primary_color_hex: '#040404'
|
|
425
|
+
primary_color_hex: '#040404',
|
|
426
|
+
background_color_hex: '#000000',
|
|
427
|
+
circle: true
|
|
426
428
|
}
|
|
427
429
|
}],
|
|
428
430
|
socials: {
|
|
@@ -1166,7 +1168,9 @@ const assets = {
|
|
|
1166
1168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1167
1169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1168
1170
|
theme: {
|
|
1169
|
-
primary_color_hex: '#040404'
|
|
1171
|
+
primary_color_hex: '#040404',
|
|
1172
|
+
background_color_hex: '#000000',
|
|
1173
|
+
circle: true
|
|
1170
1174
|
}
|
|
1171
1175
|
}],
|
|
1172
1176
|
socials: {
|
package/esm/mainnet/regen.js
CHANGED
|
@@ -1005,7 +1005,7 @@ const assets = {
|
|
|
1005
1005
|
}],
|
|
1006
1006
|
socials: {
|
|
1007
1007
|
website: 'https://www.sentinel.co/',
|
|
1008
|
-
twitter: 'https://
|
|
1008
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
1009
1009
|
},
|
|
1010
1010
|
traces: [{
|
|
1011
1011
|
type: 'ibc',
|
|
@@ -1165,7 +1165,7 @@ const assets = {
|
|
|
1165
1165
|
}],
|
|
1166
1166
|
socials: {
|
|
1167
1167
|
website: 'https://www.sentinel.co/',
|
|
1168
|
-
twitter: 'https://
|
|
1168
|
+
twitter: 'https://x.com/SentinelDVPN'
|
|
1169
1169
|
},
|
|
1170
1170
|
traces: [{
|
|
1171
1171
|
type: 'ibc',
|
package/esm/mainnet/saga.js
CHANGED
|
@@ -66,7 +66,9 @@ const assets = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
68
68
|
theme: {
|
|
69
|
-
primary_color_hex: '#040404'
|
|
69
|
+
primary_color_hex: '#040404',
|
|
70
|
+
background_color_hex: '#000000',
|
|
71
|
+
circle: true
|
|
70
72
|
}
|
|
71
73
|
}],
|
|
72
74
|
socials: {
|
|
@@ -343,7 +345,9 @@ const assets = {
|
|
|
343
345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
344
346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
345
347
|
theme: {
|
|
346
|
-
primary_color_hex: '#040404'
|
|
348
|
+
primary_color_hex: '#040404',
|
|
349
|
+
background_color_hex: '#000000',
|
|
350
|
+
circle: true
|
|
347
351
|
}
|
|
348
352
|
}],
|
|
349
353
|
socials: {
|