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