@chain-registry/assets 1.70.59 → 1.70.61
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/agoric.js +306 -0
- package/esm/mainnet/archway.js +0 -88
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/aura.js +0 -88
- package/esm/mainnet/beezee.js +164 -0
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -88
- package/esm/mainnet/jackal.js +86 -0
- package/esm/mainnet/juno.js +4 -92
- package/esm/mainnet/kujira.js +4 -4
- package/esm/mainnet/neutron.js +164 -88
- package/esm/mainnet/okexchain.js +4 -4
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +4 -92
- package/esm/mainnet/sei.js +0 -88
- package/esm/mainnet/stargaze.js +0 -88
- package/mainnet/agoric.js +306 -0
- package/mainnet/archway.js +0 -88
- package/mainnet/assets.js +1 -2
- package/mainnet/aura.js +0 -88
- package/mainnet/beezee.js +164 -0
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +2 -3
- package/mainnet/injective.js +0 -88
- package/mainnet/jackal.js +86 -0
- package/mainnet/juno.js +4 -92
- package/mainnet/kujira.js +4 -4
- package/mainnet/neutron.js +164 -88
- package/mainnet/okexchain.js +4 -4
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +4 -92
- package/mainnet/sei.js +0 -88
- package/mainnet/stargaze.js +0 -88
- package/package.json +5 -5
- package/esm/mainnet/nois.js +0 -1626
- package/mainnet/nois.d.ts +0 -3
- package/mainnet/nois.js +0 -1628
package/esm/mainnet/neutron.js
CHANGED
|
@@ -1,6 +1,88 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'neutron',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/B074BCF31E5892A522FD48DDD5DD80C3953D4B43D59A6E4FD0DC6759685FD36C',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/B074BCF31E5892A522FD48DDD5DD80C3953D4B43D59A6E4FD0DC6759685FD36C',
|
|
15
|
+
name: 'Agoric',
|
|
16
|
+
display: 'bld',
|
|
17
|
+
symbol: 'BLD',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'agoric',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#c42b44'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://agoric.com/',
|
|
32
|
+
twitter: 'https://twitter.com/agoric'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-146',
|
|
39
|
+
base_denom: 'ubld',
|
|
40
|
+
chain_name: 'agoric'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-5789'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/4E39DA6487C8AA17276FAD2730C1DC84E0F716179962DA508FDAAC5FD598C323',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uist']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ist',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/4E39DA6487C8AA17276FAD2730C1DC84E0F716179962DA508FDAAC5FD598C323',
|
|
58
|
+
name: 'Inter Stable Token',
|
|
59
|
+
display: 'ist',
|
|
60
|
+
symbol: 'IST',
|
|
61
|
+
logo_URIs: {
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
64
|
+
},
|
|
65
|
+
coingecko_id: 'inter-stable-token',
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
69
|
+
theme: {
|
|
70
|
+
primary_color_hex: '#d485e2'
|
|
71
|
+
}
|
|
72
|
+
}],
|
|
73
|
+
type_asset: 'sdk.coin',
|
|
74
|
+
traces: [{
|
|
75
|
+
type: 'ibc',
|
|
76
|
+
counterparty: {
|
|
77
|
+
channel_id: 'channel-146',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoric'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-5789'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
4
86
|
{
|
|
5
87
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
6
88
|
denom_units: [
|
|
@@ -955,6 +1037,88 @@ const assets = {
|
|
|
955
1037
|
}
|
|
956
1038
|
}]
|
|
957
1039
|
},
|
|
1040
|
+
{
|
|
1041
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1042
|
+
denom_units: [{
|
|
1043
|
+
denom: 'ibc/B074BCF31E5892A522FD48DDD5DD80C3953D4B43D59A6E4FD0DC6759685FD36C',
|
|
1044
|
+
exponent: 0,
|
|
1045
|
+
aliases: ['ubld']
|
|
1046
|
+
}, {
|
|
1047
|
+
denom: 'bld',
|
|
1048
|
+
exponent: 6
|
|
1049
|
+
}],
|
|
1050
|
+
base: 'ibc/B074BCF31E5892A522FD48DDD5DD80C3953D4B43D59A6E4FD0DC6759685FD36C',
|
|
1051
|
+
name: 'Agoric',
|
|
1052
|
+
display: 'bld',
|
|
1053
|
+
symbol: 'BLD',
|
|
1054
|
+
logo_URIs: {
|
|
1055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
1056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
1057
|
+
},
|
|
1058
|
+
coingecko_id: 'agoric',
|
|
1059
|
+
images: [{
|
|
1060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
1061
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
1062
|
+
theme: {
|
|
1063
|
+
primary_color_hex: '#c42b44'
|
|
1064
|
+
}
|
|
1065
|
+
}],
|
|
1066
|
+
socials: {
|
|
1067
|
+
website: 'https://agoric.com/',
|
|
1068
|
+
twitter: 'https://twitter.com/agoric'
|
|
1069
|
+
},
|
|
1070
|
+
type_asset: 'sdk.coin',
|
|
1071
|
+
traces: [{
|
|
1072
|
+
type: 'ibc',
|
|
1073
|
+
counterparty: {
|
|
1074
|
+
channel_id: 'channel-146',
|
|
1075
|
+
base_denom: 'ubld',
|
|
1076
|
+
chain_name: 'agoric'
|
|
1077
|
+
},
|
|
1078
|
+
chain: {
|
|
1079
|
+
channel_id: 'channel-5789'
|
|
1080
|
+
}
|
|
1081
|
+
}]
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
1085
|
+
denom_units: [{
|
|
1086
|
+
denom: 'ibc/4E39DA6487C8AA17276FAD2730C1DC84E0F716179962DA508FDAAC5FD598C323',
|
|
1087
|
+
exponent: 0,
|
|
1088
|
+
aliases: ['uist']
|
|
1089
|
+
}, {
|
|
1090
|
+
denom: 'ist',
|
|
1091
|
+
exponent: 6
|
|
1092
|
+
}],
|
|
1093
|
+
base: 'ibc/4E39DA6487C8AA17276FAD2730C1DC84E0F716179962DA508FDAAC5FD598C323',
|
|
1094
|
+
name: 'Inter Stable Token',
|
|
1095
|
+
display: 'ist',
|
|
1096
|
+
symbol: 'IST',
|
|
1097
|
+
logo_URIs: {
|
|
1098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
1099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
1100
|
+
},
|
|
1101
|
+
coingecko_id: 'inter-stable-token',
|
|
1102
|
+
images: [{
|
|
1103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
1104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
1105
|
+
theme: {
|
|
1106
|
+
primary_color_hex: '#d485e2'
|
|
1107
|
+
}
|
|
1108
|
+
}],
|
|
1109
|
+
type_asset: 'sdk.coin',
|
|
1110
|
+
traces: [{
|
|
1111
|
+
type: 'ibc',
|
|
1112
|
+
counterparty: {
|
|
1113
|
+
channel_id: 'channel-146',
|
|
1114
|
+
base_denom: 'uist',
|
|
1115
|
+
chain_name: 'agoric'
|
|
1116
|
+
},
|
|
1117
|
+
chain: {
|
|
1118
|
+
channel_id: 'channel-5789'
|
|
1119
|
+
}
|
|
1120
|
+
}]
|
|
1121
|
+
},
|
|
958
1122
|
{
|
|
959
1123
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
960
1124
|
denom_units: [
|
|
@@ -2028,50 +2192,6 @@ const assets = {
|
|
|
2028
2192
|
}
|
|
2029
2193
|
}]
|
|
2030
2194
|
},
|
|
2031
|
-
{
|
|
2032
|
-
description: 'The native token of Nois',
|
|
2033
|
-
denom_units: [{
|
|
2034
|
-
denom: 'ibc/D03F341CAA5D24B43ABE27C11A214EA3589DDEA125A2E6A76C7C37F2F3C59692',
|
|
2035
|
-
exponent: 0,
|
|
2036
|
-
aliases: ['unois']
|
|
2037
|
-
}, {
|
|
2038
|
-
denom: 'nois',
|
|
2039
|
-
exponent: 6
|
|
2040
|
-
}],
|
|
2041
|
-
base: 'ibc/D03F341CAA5D24B43ABE27C11A214EA3589DDEA125A2E6A76C7C37F2F3C59692',
|
|
2042
|
-
name: 'Nois',
|
|
2043
|
-
display: 'nois',
|
|
2044
|
-
symbol: 'NOIS',
|
|
2045
|
-
logo_URIs: {
|
|
2046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2047
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
2048
|
-
},
|
|
2049
|
-
keywords: [
|
|
2050
|
-
'nois',
|
|
2051
|
-
'randomness',
|
|
2052
|
-
'drand',
|
|
2053
|
-
'wasm'
|
|
2054
|
-
],
|
|
2055
|
-
images: [{
|
|
2056
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
2057
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
2058
|
-
theme: {
|
|
2059
|
-
primary_color_hex: '#0c0c14'
|
|
2060
|
-
}
|
|
2061
|
-
}],
|
|
2062
|
-
type_asset: 'sdk.coin',
|
|
2063
|
-
traces: [{
|
|
2064
|
-
type: 'ibc',
|
|
2065
|
-
counterparty: {
|
|
2066
|
-
channel_id: 'channel-47',
|
|
2067
|
-
base_denom: 'unois',
|
|
2068
|
-
chain_name: 'nois'
|
|
2069
|
-
},
|
|
2070
|
-
chain: {
|
|
2071
|
-
channel_id: 'channel-722'
|
|
2072
|
-
}
|
|
2073
|
-
}]
|
|
2074
|
-
},
|
|
2075
2195
|
{
|
|
2076
2196
|
description: 'The native token of Nolus chain',
|
|
2077
2197
|
denom_units: [{
|
|
@@ -6142,50 +6262,6 @@ const assets = {
|
|
|
6142
6262
|
}
|
|
6143
6263
|
}]
|
|
6144
6264
|
},
|
|
6145
|
-
{
|
|
6146
|
-
description: 'The native token of Nois',
|
|
6147
|
-
denom_units: [{
|
|
6148
|
-
denom: 'ibc/D03F341CAA5D24B43ABE27C11A214EA3589DDEA125A2E6A76C7C37F2F3C59692',
|
|
6149
|
-
exponent: 0,
|
|
6150
|
-
aliases: ['unois']
|
|
6151
|
-
}, {
|
|
6152
|
-
denom: 'nois',
|
|
6153
|
-
exponent: 6
|
|
6154
|
-
}],
|
|
6155
|
-
base: 'ibc/D03F341CAA5D24B43ABE27C11A214EA3589DDEA125A2E6A76C7C37F2F3C59692',
|
|
6156
|
-
name: 'Nois',
|
|
6157
|
-
display: 'nois',
|
|
6158
|
-
symbol: 'NOIS',
|
|
6159
|
-
logo_URIs: {
|
|
6160
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
6161
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
6162
|
-
},
|
|
6163
|
-
keywords: [
|
|
6164
|
-
'nois',
|
|
6165
|
-
'randomness',
|
|
6166
|
-
'drand',
|
|
6167
|
-
'wasm'
|
|
6168
|
-
],
|
|
6169
|
-
images: [{
|
|
6170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
6171
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
6172
|
-
theme: {
|
|
6173
|
-
primary_color_hex: '#0c0c14'
|
|
6174
|
-
}
|
|
6175
|
-
}],
|
|
6176
|
-
type_asset: 'sdk.coin',
|
|
6177
|
-
traces: [{
|
|
6178
|
-
type: 'ibc',
|
|
6179
|
-
counterparty: {
|
|
6180
|
-
channel_id: 'channel-47',
|
|
6181
|
-
base_denom: 'unois',
|
|
6182
|
-
chain_name: 'nois'
|
|
6183
|
-
},
|
|
6184
|
-
chain: {
|
|
6185
|
-
channel_id: 'channel-722'
|
|
6186
|
-
}
|
|
6187
|
-
}]
|
|
6188
|
-
},
|
|
6189
6265
|
{
|
|
6190
6266
|
description: 'The native token of Nolus chain',
|
|
6191
6267
|
denom_units: [{
|
package/esm/mainnet/okexchain.js
CHANGED
|
@@ -2,7 +2,7 @@ const assets = {
|
|
|
2
2
|
chain_name: 'okexchain',
|
|
3
3
|
assets: [
|
|
4
4
|
{
|
|
5
|
-
description: 'The native token of
|
|
5
|
+
description: 'The native token of AssetMantle',
|
|
6
6
|
denom_units: [{
|
|
7
7
|
denom: 'ibc/046F0F324A413BCE45651A98FBD82400B03F332F9ABCDC4755228573C86E24A4',
|
|
8
8
|
exponent: 0,
|
|
@@ -24,7 +24,7 @@ const assets = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
26
26
|
theme: {
|
|
27
|
-
primary_color_hex: '#
|
|
27
|
+
primary_color_hex: '#fbab30'
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
|
@@ -204,7 +204,7 @@ const assets = {
|
|
|
204
204
|
}]
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
description: 'The native token of
|
|
207
|
+
description: 'The native token of AssetMantle',
|
|
208
208
|
denom_units: [{
|
|
209
209
|
denom: 'ibc/046F0F324A413BCE45651A98FBD82400B03F332F9ABCDC4755228573C86E24A4',
|
|
210
210
|
exponent: 0,
|
|
@@ -226,7 +226,7 @@ const assets = {
|
|
|
226
226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
227
227
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
228
228
|
theme: {
|
|
229
|
-
primary_color_hex: '#
|
|
229
|
+
primary_color_hex: '#fbab30'
|
|
230
230
|
}
|
|
231
231
|
}],
|
|
232
232
|
socials: {
|
|
@@ -253,6 +253,49 @@ const assets = {
|
|
|
253
253
|
}
|
|
254
254
|
}]
|
|
255
255
|
},
|
|
256
|
+
{
|
|
257
|
+
description: 'BeeZee network native coin',
|
|
258
|
+
denom_units: [{
|
|
259
|
+
denom: 'ibc/4A61E3C42C2A4C1A3E7D06EB342F169D18D49CCF2BFDCCBF8D04A958EBED824F',
|
|
260
|
+
exponent: 0,
|
|
261
|
+
aliases: ['ubze']
|
|
262
|
+
}, {
|
|
263
|
+
denom: 'bze',
|
|
264
|
+
exponent: 6
|
|
265
|
+
}],
|
|
266
|
+
base: 'ibc/4A61E3C42C2A4C1A3E7D06EB342F169D18D49CCF2BFDCCBF8D04A958EBED824F',
|
|
267
|
+
name: 'BeeZee',
|
|
268
|
+
display: 'bze',
|
|
269
|
+
symbol: 'BZE',
|
|
270
|
+
logo_URIs: {
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
273
|
+
},
|
|
274
|
+
coingecko_id: 'bzedge',
|
|
275
|
+
images: [{
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
278
|
+
theme: {
|
|
279
|
+
primary_color_hex: '#079fd7'
|
|
280
|
+
}
|
|
281
|
+
}],
|
|
282
|
+
type_asset: 'sdk.coin',
|
|
283
|
+
socials: {
|
|
284
|
+
website: 'https://getbze.com/',
|
|
285
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
286
|
+
},
|
|
287
|
+
traces: [{
|
|
288
|
+
type: 'ibc',
|
|
289
|
+
counterparty: {
|
|
290
|
+
channel_id: 'channel-5',
|
|
291
|
+
base_denom: 'ubze',
|
|
292
|
+
chain_name: 'beezee'
|
|
293
|
+
},
|
|
294
|
+
chain: {
|
|
295
|
+
channel_id: 'channel-50'
|
|
296
|
+
}
|
|
297
|
+
}]
|
|
298
|
+
},
|
|
256
299
|
{
|
|
257
300
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
258
301
|
denom_units: [{
|
|
@@ -710,6 +753,49 @@ const assets = {
|
|
|
710
753
|
}
|
|
711
754
|
}]
|
|
712
755
|
},
|
|
756
|
+
{
|
|
757
|
+
description: 'BeeZee network native coin',
|
|
758
|
+
denom_units: [{
|
|
759
|
+
denom: 'ibc/4A61E3C42C2A4C1A3E7D06EB342F169D18D49CCF2BFDCCBF8D04A958EBED824F',
|
|
760
|
+
exponent: 0,
|
|
761
|
+
aliases: ['ubze']
|
|
762
|
+
}, {
|
|
763
|
+
denom: 'bze',
|
|
764
|
+
exponent: 6
|
|
765
|
+
}],
|
|
766
|
+
base: 'ibc/4A61E3C42C2A4C1A3E7D06EB342F169D18D49CCF2BFDCCBF8D04A958EBED824F',
|
|
767
|
+
name: 'BeeZee',
|
|
768
|
+
display: 'bze',
|
|
769
|
+
symbol: 'BZE',
|
|
770
|
+
logo_URIs: {
|
|
771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
773
|
+
},
|
|
774
|
+
coingecko_id: 'bzedge',
|
|
775
|
+
images: [{
|
|
776
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
777
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
778
|
+
theme: {
|
|
779
|
+
primary_color_hex: '#079fd7'
|
|
780
|
+
}
|
|
781
|
+
}],
|
|
782
|
+
type_asset: 'sdk.coin',
|
|
783
|
+
socials: {
|
|
784
|
+
website: 'https://getbze.com/',
|
|
785
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
786
|
+
},
|
|
787
|
+
traces: [{
|
|
788
|
+
type: 'ibc',
|
|
789
|
+
counterparty: {
|
|
790
|
+
channel_id: 'channel-5',
|
|
791
|
+
base_denom: 'ubze',
|
|
792
|
+
chain_name: 'beezee'
|
|
793
|
+
},
|
|
794
|
+
chain: {
|
|
795
|
+
channel_id: 'channel-50'
|
|
796
|
+
}
|
|
797
|
+
}]
|
|
798
|
+
},
|
|
713
799
|
{
|
|
714
800
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
715
801
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -463,7 +463,7 @@ const assets = {
|
|
|
463
463
|
}]
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
|
-
description: 'The native token of
|
|
466
|
+
description: 'The native token of AssetMantle',
|
|
467
467
|
denom_units: [{
|
|
468
468
|
denom: 'ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC',
|
|
469
469
|
exponent: 0,
|
|
@@ -485,7 +485,7 @@ const assets = {
|
|
|
485
485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
486
486
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
487
487
|
theme: {
|
|
488
|
-
primary_color_hex: '#
|
|
488
|
+
primary_color_hex: '#fbab30'
|
|
489
489
|
}
|
|
490
490
|
}],
|
|
491
491
|
socials: {
|
|
@@ -5209,50 +5209,6 @@ const assets = {
|
|
|
5209
5209
|
}
|
|
5210
5210
|
}]
|
|
5211
5211
|
},
|
|
5212
|
-
{
|
|
5213
|
-
description: 'The native token of Nois',
|
|
5214
|
-
denom_units: [{
|
|
5215
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5216
|
-
exponent: 0,
|
|
5217
|
-
aliases: ['unois']
|
|
5218
|
-
}, {
|
|
5219
|
-
denom: 'nois',
|
|
5220
|
-
exponent: 6
|
|
5221
|
-
}],
|
|
5222
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5223
|
-
name: 'Nois',
|
|
5224
|
-
display: 'nois',
|
|
5225
|
-
symbol: 'NOIS',
|
|
5226
|
-
logo_URIs: {
|
|
5227
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5228
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
5229
|
-
},
|
|
5230
|
-
keywords: [
|
|
5231
|
-
'nois',
|
|
5232
|
-
'randomness',
|
|
5233
|
-
'drand',
|
|
5234
|
-
'wasm'
|
|
5235
|
-
],
|
|
5236
|
-
images: [{
|
|
5237
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5238
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
5239
|
-
theme: {
|
|
5240
|
-
primary_color_hex: '#0c0c14'
|
|
5241
|
-
}
|
|
5242
|
-
}],
|
|
5243
|
-
type_asset: 'sdk.coin',
|
|
5244
|
-
traces: [{
|
|
5245
|
-
type: 'ibc',
|
|
5246
|
-
counterparty: {
|
|
5247
|
-
channel_id: 'channel-37',
|
|
5248
|
-
base_denom: 'unois',
|
|
5249
|
-
chain_name: 'nois'
|
|
5250
|
-
},
|
|
5251
|
-
chain: {
|
|
5252
|
-
channel_id: 'channel-8277'
|
|
5253
|
-
}
|
|
5254
|
-
}]
|
|
5255
|
-
},
|
|
5256
5212
|
{
|
|
5257
5213
|
description: 'The native token of Nolus chain',
|
|
5258
5214
|
denom_units: [{
|
|
@@ -6270,7 +6226,7 @@ const assets = {
|
|
|
6270
6226
|
}]
|
|
6271
6227
|
},
|
|
6272
6228
|
{
|
|
6273
|
-
description: 'The native token of
|
|
6229
|
+
description: 'The native token of AssetMantle',
|
|
6274
6230
|
denom_units: [{
|
|
6275
6231
|
denom: 'ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC',
|
|
6276
6232
|
exponent: 0,
|
|
@@ -6292,7 +6248,7 @@ const assets = {
|
|
|
6292
6248
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
6293
6249
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
6294
6250
|
theme: {
|
|
6295
|
-
primary_color_hex: '#
|
|
6251
|
+
primary_color_hex: '#fbab30'
|
|
6296
6252
|
}
|
|
6297
6253
|
}],
|
|
6298
6254
|
socials: {
|
|
@@ -11016,50 +10972,6 @@ const assets = {
|
|
|
11016
10972
|
}
|
|
11017
10973
|
}]
|
|
11018
10974
|
},
|
|
11019
|
-
{
|
|
11020
|
-
description: 'The native token of Nois',
|
|
11021
|
-
denom_units: [{
|
|
11022
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11023
|
-
exponent: 0,
|
|
11024
|
-
aliases: ['unois']
|
|
11025
|
-
}, {
|
|
11026
|
-
denom: 'nois',
|
|
11027
|
-
exponent: 6
|
|
11028
|
-
}],
|
|
11029
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11030
|
-
name: 'Nois',
|
|
11031
|
-
display: 'nois',
|
|
11032
|
-
symbol: 'NOIS',
|
|
11033
|
-
logo_URIs: {
|
|
11034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11035
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
11036
|
-
},
|
|
11037
|
-
keywords: [
|
|
11038
|
-
'nois',
|
|
11039
|
-
'randomness',
|
|
11040
|
-
'drand',
|
|
11041
|
-
'wasm'
|
|
11042
|
-
],
|
|
11043
|
-
images: [{
|
|
11044
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11045
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
11046
|
-
theme: {
|
|
11047
|
-
primary_color_hex: '#0c0c14'
|
|
11048
|
-
}
|
|
11049
|
-
}],
|
|
11050
|
-
type_asset: 'sdk.coin',
|
|
11051
|
-
traces: [{
|
|
11052
|
-
type: 'ibc',
|
|
11053
|
-
counterparty: {
|
|
11054
|
-
channel_id: 'channel-37',
|
|
11055
|
-
base_denom: 'unois',
|
|
11056
|
-
chain_name: 'nois'
|
|
11057
|
-
},
|
|
11058
|
-
chain: {
|
|
11059
|
-
channel_id: 'channel-8277'
|
|
11060
|
-
}
|
|
11061
|
-
}]
|
|
11062
|
-
},
|
|
11063
10975
|
{
|
|
11064
10976
|
description: 'The native token of Nolus chain',
|
|
11065
10977
|
denom_units: [{
|
package/esm/mainnet/sei.js
CHANGED
|
@@ -640,50 +640,6 @@ const assets = {
|
|
|
640
640
|
}
|
|
641
641
|
}]
|
|
642
642
|
},
|
|
643
|
-
{
|
|
644
|
-
description: 'The native token of Nois',
|
|
645
|
-
denom_units: [{
|
|
646
|
-
denom: 'ibc/342C8F6CFD1B99228B041B31EE973C71F78849C624A7EC8487837558FA67BFF8',
|
|
647
|
-
exponent: 0,
|
|
648
|
-
aliases: ['unois']
|
|
649
|
-
}, {
|
|
650
|
-
denom: 'nois',
|
|
651
|
-
exponent: 6
|
|
652
|
-
}],
|
|
653
|
-
base: 'ibc/342C8F6CFD1B99228B041B31EE973C71F78849C624A7EC8487837558FA67BFF8',
|
|
654
|
-
name: 'Nois',
|
|
655
|
-
display: 'nois',
|
|
656
|
-
symbol: 'NOIS',
|
|
657
|
-
logo_URIs: {
|
|
658
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
660
|
-
},
|
|
661
|
-
keywords: [
|
|
662
|
-
'nois',
|
|
663
|
-
'randomness',
|
|
664
|
-
'drand',
|
|
665
|
-
'wasm'
|
|
666
|
-
],
|
|
667
|
-
images: [{
|
|
668
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
669
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
670
|
-
theme: {
|
|
671
|
-
primary_color_hex: '#0c0c14'
|
|
672
|
-
}
|
|
673
|
-
}],
|
|
674
|
-
type_asset: 'sdk.coin',
|
|
675
|
-
traces: [{
|
|
676
|
-
type: 'ibc',
|
|
677
|
-
counterparty: {
|
|
678
|
-
channel_id: 'channel-43',
|
|
679
|
-
base_denom: 'unois',
|
|
680
|
-
chain_name: 'nois'
|
|
681
|
-
},
|
|
682
|
-
chain: {
|
|
683
|
-
channel_id: 'channel-58'
|
|
684
|
-
}
|
|
685
|
-
}]
|
|
686
|
-
},
|
|
687
643
|
{
|
|
688
644
|
description: 'The native token of Osmosis',
|
|
689
645
|
denom_units: [{
|
|
@@ -1494,50 +1450,6 @@ const assets = {
|
|
|
1494
1450
|
}
|
|
1495
1451
|
}]
|
|
1496
1452
|
},
|
|
1497
|
-
{
|
|
1498
|
-
description: 'The native token of Nois',
|
|
1499
|
-
denom_units: [{
|
|
1500
|
-
denom: 'ibc/342C8F6CFD1B99228B041B31EE973C71F78849C624A7EC8487837558FA67BFF8',
|
|
1501
|
-
exponent: 0,
|
|
1502
|
-
aliases: ['unois']
|
|
1503
|
-
}, {
|
|
1504
|
-
denom: 'nois',
|
|
1505
|
-
exponent: 6
|
|
1506
|
-
}],
|
|
1507
|
-
base: 'ibc/342C8F6CFD1B99228B041B31EE973C71F78849C624A7EC8487837558FA67BFF8',
|
|
1508
|
-
name: 'Nois',
|
|
1509
|
-
display: 'nois',
|
|
1510
|
-
symbol: 'NOIS',
|
|
1511
|
-
logo_URIs: {
|
|
1512
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1513
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
1514
|
-
},
|
|
1515
|
-
keywords: [
|
|
1516
|
-
'nois',
|
|
1517
|
-
'randomness',
|
|
1518
|
-
'drand',
|
|
1519
|
-
'wasm'
|
|
1520
|
-
],
|
|
1521
|
-
images: [{
|
|
1522
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
1523
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
1524
|
-
theme: {
|
|
1525
|
-
primary_color_hex: '#0c0c14'
|
|
1526
|
-
}
|
|
1527
|
-
}],
|
|
1528
|
-
type_asset: 'sdk.coin',
|
|
1529
|
-
traces: [{
|
|
1530
|
-
type: 'ibc',
|
|
1531
|
-
counterparty: {
|
|
1532
|
-
channel_id: 'channel-43',
|
|
1533
|
-
base_denom: 'unois',
|
|
1534
|
-
chain_name: 'nois'
|
|
1535
|
-
},
|
|
1536
|
-
chain: {
|
|
1537
|
-
channel_id: 'channel-58'
|
|
1538
|
-
}
|
|
1539
|
-
}]
|
|
1540
|
-
},
|
|
1541
1453
|
{
|
|
1542
1454
|
description: 'The native token of Osmosis',
|
|
1543
1455
|
denom_units: [{
|