@chain-registry/assets 1.70.60 → 1.70.62
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/axelar.js +88 -2
- package/esm/mainnet/cosmoshub.js +2 -2
- package/esm/mainnet/juno.js +4 -4
- package/esm/mainnet/kujira.js +4 -4
- package/esm/mainnet/neutron.js +164 -0
- package/esm/mainnet/noble.js +88 -2
- package/esm/mainnet/okexchain.js +4 -4
- package/esm/mainnet/osmosis.js +92 -6
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/testnet/axelartestnet.js +8 -8
- package/esm/testnet/sagatestnet.js +8 -8
- package/mainnet/agoric.js +306 -0
- package/mainnet/axelar.js +88 -2
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/juno.js +4 -4
- package/mainnet/kujira.js +4 -4
- package/mainnet/neutron.js +164 -0
- package/mainnet/noble.js +88 -2
- package/mainnet/okexchain.js +4 -4
- package/mainnet/osmosis.js +92 -6
- package/mainnet/sifchain.js +2 -2
- package/package.json +5 -5
- package/testnet/axelartestnet.js +8 -8
- package/testnet/sagatestnet.js +8 -8
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: [
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -844,7 +844,7 @@ const assets = {
|
|
|
844
844
|
}]
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
description: 'The native token of IXO
|
|
847
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
848
848
|
denom_units: [{
|
|
849
849
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
850
850
|
exponent: 0,
|
|
@@ -2067,6 +2067,49 @@ const assets = {
|
|
|
2067
2067
|
}
|
|
2068
2068
|
}]
|
|
2069
2069
|
},
|
|
2070
|
+
{
|
|
2071
|
+
description: 'AXV',
|
|
2072
|
+
socials: {
|
|
2073
|
+
website: 'https://astrovault.io/',
|
|
2074
|
+
twitter: 'https://x.com/axvdex'
|
|
2075
|
+
},
|
|
2076
|
+
denom_units: [{
|
|
2077
|
+
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2078
|
+
exponent: 0,
|
|
2079
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
2080
|
+
}, {
|
|
2081
|
+
denom: 'AXV',
|
|
2082
|
+
exponent: 6
|
|
2083
|
+
}],
|
|
2084
|
+
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2085
|
+
name: 'AXV',
|
|
2086
|
+
display: 'AXV',
|
|
2087
|
+
symbol: 'AXV',
|
|
2088
|
+
logo_URIs: {
|
|
2089
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2090
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2091
|
+
},
|
|
2092
|
+
images: [{
|
|
2093
|
+
image_sync: {
|
|
2094
|
+
chain_name: 'neutron',
|
|
2095
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2096
|
+
},
|
|
2097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2099
|
+
}],
|
|
2100
|
+
type_asset: 'sdk.coin',
|
|
2101
|
+
traces: [{
|
|
2102
|
+
type: 'ibc',
|
|
2103
|
+
counterparty: {
|
|
2104
|
+
channel_id: 'channel-2',
|
|
2105
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
2106
|
+
chain_name: 'nibiru'
|
|
2107
|
+
},
|
|
2108
|
+
chain: {
|
|
2109
|
+
channel_id: 'channel-67'
|
|
2110
|
+
}
|
|
2111
|
+
}]
|
|
2112
|
+
},
|
|
2070
2113
|
{
|
|
2071
2114
|
description: 'uoprek',
|
|
2072
2115
|
denom_units: [{
|
|
@@ -2982,7 +3025,7 @@ const assets = {
|
|
|
2982
3025
|
}]
|
|
2983
3026
|
},
|
|
2984
3027
|
{
|
|
2985
|
-
description: 'The native token of IXO
|
|
3028
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
2986
3029
|
denom_units: [{
|
|
2987
3030
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
2988
3031
|
exponent: 0,
|
|
@@ -4205,6 +4248,49 @@ const assets = {
|
|
|
4205
4248
|
}
|
|
4206
4249
|
}]
|
|
4207
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
description: 'AXV',
|
|
4253
|
+
socials: {
|
|
4254
|
+
website: 'https://astrovault.io/',
|
|
4255
|
+
twitter: 'https://x.com/axvdex'
|
|
4256
|
+
},
|
|
4257
|
+
denom_units: [{
|
|
4258
|
+
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4259
|
+
exponent: 0,
|
|
4260
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
4261
|
+
}, {
|
|
4262
|
+
denom: 'AXV',
|
|
4263
|
+
exponent: 6
|
|
4264
|
+
}],
|
|
4265
|
+
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4266
|
+
name: 'AXV',
|
|
4267
|
+
display: 'AXV',
|
|
4268
|
+
symbol: 'AXV',
|
|
4269
|
+
logo_URIs: {
|
|
4270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4272
|
+
},
|
|
4273
|
+
images: [{
|
|
4274
|
+
image_sync: {
|
|
4275
|
+
chain_name: 'neutron',
|
|
4276
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
4277
|
+
},
|
|
4278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4280
|
+
}],
|
|
4281
|
+
type_asset: 'sdk.coin',
|
|
4282
|
+
traces: [{
|
|
4283
|
+
type: 'ibc',
|
|
4284
|
+
counterparty: {
|
|
4285
|
+
channel_id: 'channel-2',
|
|
4286
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
4287
|
+
chain_name: 'nibiru'
|
|
4288
|
+
},
|
|
4289
|
+
chain: {
|
|
4290
|
+
channel_id: 'channel-67'
|
|
4291
|
+
}
|
|
4292
|
+
}]
|
|
4293
|
+
},
|
|
4208
4294
|
{
|
|
4209
4295
|
description: 'uoprek',
|
|
4210
4296
|
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: {
|
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: {
|
|
@@ -3193,7 +3193,7 @@ const assets = {
|
|
|
3193
3193
|
}]
|
|
3194
3194
|
},
|
|
3195
3195
|
{
|
|
3196
|
-
description: 'The native token of IXO
|
|
3196
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
3197
3197
|
denom_units: [{
|
|
3198
3198
|
denom: 'ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B',
|
|
3199
3199
|
exponent: 0,
|
|
@@ -5018,6 +5018,49 @@ const assets = {
|
|
|
5018
5018
|
}
|
|
5019
5019
|
}]
|
|
5020
5020
|
},
|
|
5021
|
+
{
|
|
5022
|
+
description: 'AXV',
|
|
5023
|
+
socials: {
|
|
5024
|
+
website: 'https://astrovault.io/',
|
|
5025
|
+
twitter: 'https://x.com/axvdex'
|
|
5026
|
+
},
|
|
5027
|
+
denom_units: [{
|
|
5028
|
+
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5029
|
+
exponent: 0,
|
|
5030
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
5031
|
+
}, {
|
|
5032
|
+
denom: 'AXV',
|
|
5033
|
+
exponent: 6
|
|
5034
|
+
}],
|
|
5035
|
+
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5036
|
+
name: 'AXV',
|
|
5037
|
+
display: 'AXV',
|
|
5038
|
+
symbol: 'AXV',
|
|
5039
|
+
logo_URIs: {
|
|
5040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5042
|
+
},
|
|
5043
|
+
images: [{
|
|
5044
|
+
image_sync: {
|
|
5045
|
+
chain_name: 'neutron',
|
|
5046
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
5047
|
+
},
|
|
5048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5050
|
+
}],
|
|
5051
|
+
type_asset: 'sdk.coin',
|
|
5052
|
+
traces: [{
|
|
5053
|
+
type: 'ibc',
|
|
5054
|
+
counterparty: {
|
|
5055
|
+
channel_id: 'channel-0',
|
|
5056
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
5057
|
+
chain_name: 'nibiru'
|
|
5058
|
+
},
|
|
5059
|
+
chain: {
|
|
5060
|
+
channel_id: 'channel-21113'
|
|
5061
|
+
}
|
|
5062
|
+
}]
|
|
5063
|
+
},
|
|
5021
5064
|
{
|
|
5022
5065
|
description: 'uoprek',
|
|
5023
5066
|
denom_units: [{
|
|
@@ -6226,7 +6269,7 @@ const assets = {
|
|
|
6226
6269
|
}]
|
|
6227
6270
|
},
|
|
6228
6271
|
{
|
|
6229
|
-
description: 'The native token of
|
|
6272
|
+
description: 'The native token of AssetMantle',
|
|
6230
6273
|
denom_units: [{
|
|
6231
6274
|
denom: 'ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC',
|
|
6232
6275
|
exponent: 0,
|
|
@@ -6248,7 +6291,7 @@ const assets = {
|
|
|
6248
6291
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
6249
6292
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
6250
6293
|
theme: {
|
|
6251
|
-
primary_color_hex: '#
|
|
6294
|
+
primary_color_hex: '#fbab30'
|
|
6252
6295
|
}
|
|
6253
6296
|
}],
|
|
6254
6297
|
socials: {
|
|
@@ -8956,7 +8999,7 @@ const assets = {
|
|
|
8956
8999
|
}]
|
|
8957
9000
|
},
|
|
8958
9001
|
{
|
|
8959
|
-
description: 'The native token of IXO
|
|
9002
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
8960
9003
|
denom_units: [{
|
|
8961
9004
|
denom: 'ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B',
|
|
8962
9005
|
exponent: 0,
|
|
@@ -10781,6 +10824,49 @@ const assets = {
|
|
|
10781
10824
|
}
|
|
10782
10825
|
}]
|
|
10783
10826
|
},
|
|
10827
|
+
{
|
|
10828
|
+
description: 'AXV',
|
|
10829
|
+
socials: {
|
|
10830
|
+
website: 'https://astrovault.io/',
|
|
10831
|
+
twitter: 'https://x.com/axvdex'
|
|
10832
|
+
},
|
|
10833
|
+
denom_units: [{
|
|
10834
|
+
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
10835
|
+
exponent: 0,
|
|
10836
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
10837
|
+
}, {
|
|
10838
|
+
denom: 'AXV',
|
|
10839
|
+
exponent: 6
|
|
10840
|
+
}],
|
|
10841
|
+
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
10842
|
+
name: 'AXV',
|
|
10843
|
+
display: 'AXV',
|
|
10844
|
+
symbol: 'AXV',
|
|
10845
|
+
logo_URIs: {
|
|
10846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
10847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
10848
|
+
},
|
|
10849
|
+
images: [{
|
|
10850
|
+
image_sync: {
|
|
10851
|
+
chain_name: 'neutron',
|
|
10852
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
10853
|
+
},
|
|
10854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
10855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
10856
|
+
}],
|
|
10857
|
+
type_asset: 'sdk.coin',
|
|
10858
|
+
traces: [{
|
|
10859
|
+
type: 'ibc',
|
|
10860
|
+
counterparty: {
|
|
10861
|
+
channel_id: 'channel-0',
|
|
10862
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
10863
|
+
chain_name: 'nibiru'
|
|
10864
|
+
},
|
|
10865
|
+
chain: {
|
|
10866
|
+
channel_id: 'channel-21113'
|
|
10867
|
+
}
|
|
10868
|
+
}]
|
|
10869
|
+
},
|
|
10784
10870
|
{
|
|
10785
10871
|
description: 'uoprek',
|
|
10786
10872
|
denom_units: [{
|
package/esm/mainnet/sifchain.js
CHANGED
|
@@ -131,7 +131,7 @@ const assets = {
|
|
|
131
131
|
}]
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
description: 'The native token of IXO
|
|
134
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
135
135
|
denom_units: [{
|
|
136
136
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
137
137
|
exponent: 0,
|
|
@@ -679,7 +679,7 @@ const assets = {
|
|
|
679
679
|
}]
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
|
-
description: 'The native token of IXO
|
|
682
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
683
683
|
denom_units: [{
|
|
684
684
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
685
685
|
exponent: 0,
|
|
@@ -295,7 +295,7 @@ const assets = {
|
|
|
295
295
|
{
|
|
296
296
|
description: 'The native token of Saga Testnet',
|
|
297
297
|
denom_units: [{
|
|
298
|
-
denom: 'ibc/
|
|
298
|
+
denom: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
299
299
|
exponent: 0,
|
|
300
300
|
aliases: ['utsaga']
|
|
301
301
|
}, {
|
|
@@ -303,7 +303,7 @@ const assets = {
|
|
|
303
303
|
exponent: 6,
|
|
304
304
|
aliases: []
|
|
305
305
|
}],
|
|
306
|
-
base: 'ibc/
|
|
306
|
+
base: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
307
307
|
name: 'Saga',
|
|
308
308
|
display: 'tsaga',
|
|
309
309
|
symbol: 'TSAGA',
|
|
@@ -319,12 +319,12 @@ const assets = {
|
|
|
319
319
|
traces: [{
|
|
320
320
|
type: 'ibc',
|
|
321
321
|
counterparty: {
|
|
322
|
-
channel_id: 'channel-
|
|
322
|
+
channel_id: 'channel-3',
|
|
323
323
|
base_denom: 'utsaga',
|
|
324
324
|
chain_name: 'sagatestnet'
|
|
325
325
|
},
|
|
326
326
|
chain: {
|
|
327
|
-
channel_id: 'channel-
|
|
327
|
+
channel_id: 'channel-566'
|
|
328
328
|
}
|
|
329
329
|
}]
|
|
330
330
|
},
|
|
@@ -665,7 +665,7 @@ const assets = {
|
|
|
665
665
|
{
|
|
666
666
|
description: 'The native token of Saga Testnet',
|
|
667
667
|
denom_units: [{
|
|
668
|
-
denom: 'ibc/
|
|
668
|
+
denom: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
669
669
|
exponent: 0,
|
|
670
670
|
aliases: ['utsaga']
|
|
671
671
|
}, {
|
|
@@ -673,7 +673,7 @@ const assets = {
|
|
|
673
673
|
exponent: 6,
|
|
674
674
|
aliases: []
|
|
675
675
|
}],
|
|
676
|
-
base: 'ibc/
|
|
676
|
+
base: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
677
677
|
name: 'Saga',
|
|
678
678
|
display: 'tsaga',
|
|
679
679
|
symbol: 'TSAGA',
|
|
@@ -689,12 +689,12 @@ const assets = {
|
|
|
689
689
|
traces: [{
|
|
690
690
|
type: 'ibc',
|
|
691
691
|
counterparty: {
|
|
692
|
-
channel_id: 'channel-
|
|
692
|
+
channel_id: 'channel-3',
|
|
693
693
|
base_denom: 'utsaga',
|
|
694
694
|
chain_name: 'sagatestnet'
|
|
695
695
|
},
|
|
696
696
|
chain: {
|
|
697
|
-
channel_id: 'channel-
|
|
697
|
+
channel_id: 'channel-566'
|
|
698
698
|
}
|
|
699
699
|
}]
|
|
700
700
|
},
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native token of Axelar',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uaxl']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'axl',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
15
15
|
name: 'Axelar',
|
|
16
16
|
display: 'axl',
|
|
17
17
|
symbol: 'AXL',
|
|
@@ -28,12 +28,12 @@ const assets = {
|
|
|
28
28
|
traces: [{
|
|
29
29
|
type: 'ibc',
|
|
30
30
|
counterparty: {
|
|
31
|
-
channel_id: 'channel-
|
|
31
|
+
channel_id: 'channel-566',
|
|
32
32
|
base_denom: 'uaxl',
|
|
33
33
|
chain_name: 'axelartestnet'
|
|
34
34
|
},
|
|
35
35
|
chain: {
|
|
36
|
-
channel_id: 'channel-
|
|
36
|
+
channel_id: 'channel-3'
|
|
37
37
|
}
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
@@ -114,14 +114,14 @@ const assets = {
|
|
|
114
114
|
{
|
|
115
115
|
description: 'The native token of Axelar',
|
|
116
116
|
denom_units: [{
|
|
117
|
-
denom: 'ibc/
|
|
117
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
118
118
|
exponent: 0,
|
|
119
119
|
aliases: ['uaxl']
|
|
120
120
|
}, {
|
|
121
121
|
denom: 'axl',
|
|
122
122
|
exponent: 6
|
|
123
123
|
}],
|
|
124
|
-
base: 'ibc/
|
|
124
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
125
125
|
name: 'Axelar',
|
|
126
126
|
display: 'axl',
|
|
127
127
|
symbol: 'AXL',
|
|
@@ -138,12 +138,12 @@ const assets = {
|
|
|
138
138
|
traces: [{
|
|
139
139
|
type: 'ibc',
|
|
140
140
|
counterparty: {
|
|
141
|
-
channel_id: 'channel-
|
|
141
|
+
channel_id: 'channel-566',
|
|
142
142
|
base_denom: 'uaxl',
|
|
143
143
|
chain_name: 'axelartestnet'
|
|
144
144
|
},
|
|
145
145
|
chain: {
|
|
146
|
-
channel_id: 'channel-
|
|
146
|
+
channel_id: 'channel-3'
|
|
147
147
|
}
|
|
148
148
|
}]
|
|
149
149
|
},
|