@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/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: [
|
package/mainnet/noble.js
CHANGED
|
@@ -846,7 +846,7 @@ const assets = {
|
|
|
846
846
|
}]
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
-
description: 'The native token of IXO
|
|
849
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
850
850
|
denom_units: [{
|
|
851
851
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
852
852
|
exponent: 0,
|
|
@@ -2069,6 +2069,49 @@ const assets = {
|
|
|
2069
2069
|
}
|
|
2070
2070
|
}]
|
|
2071
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
description: 'AXV',
|
|
2074
|
+
socials: {
|
|
2075
|
+
website: 'https://astrovault.io/',
|
|
2076
|
+
twitter: 'https://x.com/axvdex'
|
|
2077
|
+
},
|
|
2078
|
+
denom_units: [{
|
|
2079
|
+
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2080
|
+
exponent: 0,
|
|
2081
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
2082
|
+
}, {
|
|
2083
|
+
denom: 'AXV',
|
|
2084
|
+
exponent: 6
|
|
2085
|
+
}],
|
|
2086
|
+
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
2087
|
+
name: 'AXV',
|
|
2088
|
+
display: 'AXV',
|
|
2089
|
+
symbol: 'AXV',
|
|
2090
|
+
logo_URIs: {
|
|
2091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2093
|
+
},
|
|
2094
|
+
images: [{
|
|
2095
|
+
image_sync: {
|
|
2096
|
+
chain_name: 'neutron',
|
|
2097
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2098
|
+
},
|
|
2099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2101
|
+
}],
|
|
2102
|
+
type_asset: 'sdk.coin',
|
|
2103
|
+
traces: [{
|
|
2104
|
+
type: 'ibc',
|
|
2105
|
+
counterparty: {
|
|
2106
|
+
channel_id: 'channel-2',
|
|
2107
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
2108
|
+
chain_name: 'nibiru'
|
|
2109
|
+
},
|
|
2110
|
+
chain: {
|
|
2111
|
+
channel_id: 'channel-67'
|
|
2112
|
+
}
|
|
2113
|
+
}]
|
|
2114
|
+
},
|
|
2072
2115
|
{
|
|
2073
2116
|
description: 'uoprek',
|
|
2074
2117
|
denom_units: [{
|
|
@@ -2984,7 +3027,7 @@ const assets = {
|
|
|
2984
3027
|
}]
|
|
2985
3028
|
},
|
|
2986
3029
|
{
|
|
2987
|
-
description: 'The native token of IXO
|
|
3030
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
2988
3031
|
denom_units: [{
|
|
2989
3032
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
2990
3033
|
exponent: 0,
|
|
@@ -4207,6 +4250,49 @@ const assets = {
|
|
|
4207
4250
|
}
|
|
4208
4251
|
}]
|
|
4209
4252
|
},
|
|
4253
|
+
{
|
|
4254
|
+
description: 'AXV',
|
|
4255
|
+
socials: {
|
|
4256
|
+
website: 'https://astrovault.io/',
|
|
4257
|
+
twitter: 'https://x.com/axvdex'
|
|
4258
|
+
},
|
|
4259
|
+
denom_units: [{
|
|
4260
|
+
denom: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4261
|
+
exponent: 0,
|
|
4262
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
4263
|
+
}, {
|
|
4264
|
+
denom: 'AXV',
|
|
4265
|
+
exponent: 6
|
|
4266
|
+
}],
|
|
4267
|
+
base: 'ibc/35E5ABDA30264D9AC1BF3DA5151CB49D8ACF10190A38C3C61856432B082E626C',
|
|
4268
|
+
name: 'AXV',
|
|
4269
|
+
display: 'AXV',
|
|
4270
|
+
symbol: 'AXV',
|
|
4271
|
+
logo_URIs: {
|
|
4272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4274
|
+
},
|
|
4275
|
+
images: [{
|
|
4276
|
+
image_sync: {
|
|
4277
|
+
chain_name: 'neutron',
|
|
4278
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
4279
|
+
},
|
|
4280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
4281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
4282
|
+
}],
|
|
4283
|
+
type_asset: 'sdk.coin',
|
|
4284
|
+
traces: [{
|
|
4285
|
+
type: 'ibc',
|
|
4286
|
+
counterparty: {
|
|
4287
|
+
channel_id: 'channel-2',
|
|
4288
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
4289
|
+
chain_name: 'nibiru'
|
|
4290
|
+
},
|
|
4291
|
+
chain: {
|
|
4292
|
+
channel_id: 'channel-67'
|
|
4293
|
+
}
|
|
4294
|
+
}]
|
|
4295
|
+
},
|
|
4210
4296
|
{
|
|
4211
4297
|
description: 'uoprek',
|
|
4212
4298
|
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/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: {
|
|
@@ -3195,7 +3195,7 @@ const assets = {
|
|
|
3195
3195
|
}]
|
|
3196
3196
|
},
|
|
3197
3197
|
{
|
|
3198
|
-
description: 'The native token of IXO
|
|
3198
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
3199
3199
|
denom_units: [{
|
|
3200
3200
|
denom: 'ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B',
|
|
3201
3201
|
exponent: 0,
|
|
@@ -5020,6 +5020,49 @@ const assets = {
|
|
|
5020
5020
|
}
|
|
5021
5021
|
}]
|
|
5022
5022
|
},
|
|
5023
|
+
{
|
|
5024
|
+
description: 'AXV',
|
|
5025
|
+
socials: {
|
|
5026
|
+
website: 'https://astrovault.io/',
|
|
5027
|
+
twitter: 'https://x.com/axvdex'
|
|
5028
|
+
},
|
|
5029
|
+
denom_units: [{
|
|
5030
|
+
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5031
|
+
exponent: 0,
|
|
5032
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
5033
|
+
}, {
|
|
5034
|
+
denom: 'AXV',
|
|
5035
|
+
exponent: 6
|
|
5036
|
+
}],
|
|
5037
|
+
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5038
|
+
name: 'AXV',
|
|
5039
|
+
display: 'AXV',
|
|
5040
|
+
symbol: 'AXV',
|
|
5041
|
+
logo_URIs: {
|
|
5042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5044
|
+
},
|
|
5045
|
+
images: [{
|
|
5046
|
+
image_sync: {
|
|
5047
|
+
chain_name: 'neutron',
|
|
5048
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
5049
|
+
},
|
|
5050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5052
|
+
}],
|
|
5053
|
+
type_asset: 'sdk.coin',
|
|
5054
|
+
traces: [{
|
|
5055
|
+
type: 'ibc',
|
|
5056
|
+
counterparty: {
|
|
5057
|
+
channel_id: 'channel-0',
|
|
5058
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
5059
|
+
chain_name: 'nibiru'
|
|
5060
|
+
},
|
|
5061
|
+
chain: {
|
|
5062
|
+
channel_id: 'channel-21113'
|
|
5063
|
+
}
|
|
5064
|
+
}]
|
|
5065
|
+
},
|
|
5023
5066
|
{
|
|
5024
5067
|
description: 'uoprek',
|
|
5025
5068
|
denom_units: [{
|
|
@@ -6228,7 +6271,7 @@ const assets = {
|
|
|
6228
6271
|
}]
|
|
6229
6272
|
},
|
|
6230
6273
|
{
|
|
6231
|
-
description: 'The native token of
|
|
6274
|
+
description: 'The native token of AssetMantle',
|
|
6232
6275
|
denom_units: [{
|
|
6233
6276
|
denom: 'ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC',
|
|
6234
6277
|
exponent: 0,
|
|
@@ -6250,7 +6293,7 @@ const assets = {
|
|
|
6250
6293
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
6251
6294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
6252
6295
|
theme: {
|
|
6253
|
-
primary_color_hex: '#
|
|
6296
|
+
primary_color_hex: '#fbab30'
|
|
6254
6297
|
}
|
|
6255
6298
|
}],
|
|
6256
6299
|
socials: {
|
|
@@ -8958,7 +9001,7 @@ const assets = {
|
|
|
8958
9001
|
}]
|
|
8959
9002
|
},
|
|
8960
9003
|
{
|
|
8961
|
-
description: 'The native token of IXO
|
|
9004
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
8962
9005
|
denom_units: [{
|
|
8963
9006
|
denom: 'ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B',
|
|
8964
9007
|
exponent: 0,
|
|
@@ -10783,6 +10826,49 @@ const assets = {
|
|
|
10783
10826
|
}
|
|
10784
10827
|
}]
|
|
10785
10828
|
},
|
|
10829
|
+
{
|
|
10830
|
+
description: 'AXV',
|
|
10831
|
+
socials: {
|
|
10832
|
+
website: 'https://astrovault.io/',
|
|
10833
|
+
twitter: 'https://x.com/axvdex'
|
|
10834
|
+
},
|
|
10835
|
+
denom_units: [{
|
|
10836
|
+
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
10837
|
+
exponent: 0,
|
|
10838
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
10839
|
+
}, {
|
|
10840
|
+
denom: 'AXV',
|
|
10841
|
+
exponent: 6
|
|
10842
|
+
}],
|
|
10843
|
+
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
10844
|
+
name: 'AXV',
|
|
10845
|
+
display: 'AXV',
|
|
10846
|
+
symbol: 'AXV',
|
|
10847
|
+
logo_URIs: {
|
|
10848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
10849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
10850
|
+
},
|
|
10851
|
+
images: [{
|
|
10852
|
+
image_sync: {
|
|
10853
|
+
chain_name: 'neutron',
|
|
10854
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
10855
|
+
},
|
|
10856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
10857
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
10858
|
+
}],
|
|
10859
|
+
type_asset: 'sdk.coin',
|
|
10860
|
+
traces: [{
|
|
10861
|
+
type: 'ibc',
|
|
10862
|
+
counterparty: {
|
|
10863
|
+
channel_id: 'channel-0',
|
|
10864
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
10865
|
+
chain_name: 'nibiru'
|
|
10866
|
+
},
|
|
10867
|
+
chain: {
|
|
10868
|
+
channel_id: 'channel-21113'
|
|
10869
|
+
}
|
|
10870
|
+
}]
|
|
10871
|
+
},
|
|
10786
10872
|
{
|
|
10787
10873
|
description: 'uoprek',
|
|
10788
10874
|
denom_units: [{
|
package/mainnet/sifchain.js
CHANGED
|
@@ -133,7 +133,7 @@ const assets = {
|
|
|
133
133
|
}]
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
description: 'The native token of IXO
|
|
136
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
137
137
|
denom_units: [{
|
|
138
138
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
139
139
|
exponent: 0,
|
|
@@ -681,7 +681,7 @@ const assets = {
|
|
|
681
681
|
}]
|
|
682
682
|
},
|
|
683
683
|
{
|
|
684
|
-
description: 'The native token of IXO
|
|
684
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
685
685
|
denom_units: [{
|
|
686
686
|
denom: 'ibc/C5C8682EB9AA1313EF1B12C991ADCDA465B80C05733BFB2972E2005E01BCE459',
|
|
687
687
|
exponent: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.62",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.36",
|
|
33
|
+
"chain-registry": "^1.69.62"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.36"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1fe2363e06dfb71294ecec446c323d103ffbc52f"
|
|
47
47
|
}
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -297,7 +297,7 @@ const assets = {
|
|
|
297
297
|
{
|
|
298
298
|
description: 'The native token of Saga Testnet',
|
|
299
299
|
denom_units: [{
|
|
300
|
-
denom: 'ibc/
|
|
300
|
+
denom: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
301
301
|
exponent: 0,
|
|
302
302
|
aliases: ['utsaga']
|
|
303
303
|
}, {
|
|
@@ -305,7 +305,7 @@ const assets = {
|
|
|
305
305
|
exponent: 6,
|
|
306
306
|
aliases: []
|
|
307
307
|
}],
|
|
308
|
-
base: 'ibc/
|
|
308
|
+
base: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
309
309
|
name: 'Saga',
|
|
310
310
|
display: 'tsaga',
|
|
311
311
|
symbol: 'TSAGA',
|
|
@@ -321,12 +321,12 @@ const assets = {
|
|
|
321
321
|
traces: [{
|
|
322
322
|
type: 'ibc',
|
|
323
323
|
counterparty: {
|
|
324
|
-
channel_id: 'channel-
|
|
324
|
+
channel_id: 'channel-3',
|
|
325
325
|
base_denom: 'utsaga',
|
|
326
326
|
chain_name: 'sagatestnet'
|
|
327
327
|
},
|
|
328
328
|
chain: {
|
|
329
|
-
channel_id: 'channel-
|
|
329
|
+
channel_id: 'channel-566'
|
|
330
330
|
}
|
|
331
331
|
}]
|
|
332
332
|
},
|
|
@@ -667,7 +667,7 @@ const assets = {
|
|
|
667
667
|
{
|
|
668
668
|
description: 'The native token of Saga Testnet',
|
|
669
669
|
denom_units: [{
|
|
670
|
-
denom: 'ibc/
|
|
670
|
+
denom: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
671
671
|
exponent: 0,
|
|
672
672
|
aliases: ['utsaga']
|
|
673
673
|
}, {
|
|
@@ -675,7 +675,7 @@ const assets = {
|
|
|
675
675
|
exponent: 6,
|
|
676
676
|
aliases: []
|
|
677
677
|
}],
|
|
678
|
-
base: 'ibc/
|
|
678
|
+
base: 'ibc/82BB1EFF20BD5247B84B1BC14F24444E4A09ACB58EBA068786380844ECBACDE7',
|
|
679
679
|
name: 'Saga',
|
|
680
680
|
display: 'tsaga',
|
|
681
681
|
symbol: 'TSAGA',
|
|
@@ -691,12 +691,12 @@ const assets = {
|
|
|
691
691
|
traces: [{
|
|
692
692
|
type: 'ibc',
|
|
693
693
|
counterparty: {
|
|
694
|
-
channel_id: 'channel-
|
|
694
|
+
channel_id: 'channel-3',
|
|
695
695
|
base_denom: 'utsaga',
|
|
696
696
|
chain_name: 'sagatestnet'
|
|
697
697
|
},
|
|
698
698
|
chain: {
|
|
699
|
-
channel_id: 'channel-
|
|
699
|
+
channel_id: 'channel-566'
|
|
700
700
|
}
|
|
701
701
|
}]
|
|
702
702
|
},
|
package/testnet/sagatestnet.js
CHANGED
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Axelar',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uaxl']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'axl',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
17
17
|
name: 'Axelar',
|
|
18
18
|
display: 'axl',
|
|
19
19
|
symbol: 'AXL',
|
|
@@ -30,12 +30,12 @@ const assets = {
|
|
|
30
30
|
traces: [{
|
|
31
31
|
type: 'ibc',
|
|
32
32
|
counterparty: {
|
|
33
|
-
channel_id: 'channel-
|
|
33
|
+
channel_id: 'channel-566',
|
|
34
34
|
base_denom: 'uaxl',
|
|
35
35
|
chain_name: 'axelartestnet'
|
|
36
36
|
},
|
|
37
37
|
chain: {
|
|
38
|
-
channel_id: 'channel-
|
|
38
|
+
channel_id: 'channel-3'
|
|
39
39
|
}
|
|
40
40
|
}]
|
|
41
41
|
},
|
|
@@ -116,14 +116,14 @@ const assets = {
|
|
|
116
116
|
{
|
|
117
117
|
description: 'The native token of Axelar',
|
|
118
118
|
denom_units: [{
|
|
119
|
-
denom: 'ibc/
|
|
119
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
120
120
|
exponent: 0,
|
|
121
121
|
aliases: ['uaxl']
|
|
122
122
|
}, {
|
|
123
123
|
denom: 'axl',
|
|
124
124
|
exponent: 6
|
|
125
125
|
}],
|
|
126
|
-
base: 'ibc/
|
|
126
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
127
127
|
name: 'Axelar',
|
|
128
128
|
display: 'axl',
|
|
129
129
|
symbol: 'AXL',
|
|
@@ -140,12 +140,12 @@ const assets = {
|
|
|
140
140
|
traces: [{
|
|
141
141
|
type: 'ibc',
|
|
142
142
|
counterparty: {
|
|
143
|
-
channel_id: 'channel-
|
|
143
|
+
channel_id: 'channel-566',
|
|
144
144
|
base_denom: 'uaxl',
|
|
145
145
|
chain_name: 'axelartestnet'
|
|
146
146
|
},
|
|
147
147
|
chain: {
|
|
148
|
-
channel_id: 'channel-
|
|
148
|
+
channel_id: 'channel-3'
|
|
149
149
|
}
|
|
150
150
|
}]
|
|
151
151
|
},
|