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