@chain-registry/assets 1.70.262 → 1.70.264
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/cosmoshub.js +8 -6
- package/esm/mainnet/osmosis.js +16 -14
- package/esm/testnet/axelartestnet.js +16 -16
- package/index.d.ts +1 -1
- package/mainnet/cosmoshub.js +8 -6
- package/mainnet/osmosis.js +16 -14
- package/package.json +5 -5
- package/testnet/axelartestnet.js +16 -16
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1026,12 +1026,13 @@ const assets = {
|
|
|
1026
1026
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1027
1027
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
1028
1028
|
theme: {
|
|
1029
|
-
primary_color_hex: '#
|
|
1029
|
+
primary_color_hex: '#5F53C8'
|
|
1030
1030
|
}
|
|
1031
1031
|
}],
|
|
1032
1032
|
socials: {
|
|
1033
|
-
website: 'http://cifer.ai
|
|
1034
|
-
twitter: 'https://
|
|
1033
|
+
website: 'http://cifer.ai',
|
|
1034
|
+
twitter: 'https://x.com/cifer_ai',
|
|
1035
|
+
github: 'https://github.com/CiferAI'
|
|
1035
1036
|
},
|
|
1036
1037
|
type_asset: 'sdk.coin',
|
|
1037
1038
|
traces: [{
|
|
@@ -2224,12 +2225,13 @@ const assets = {
|
|
|
2224
2225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
2225
2226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
2226
2227
|
theme: {
|
|
2227
|
-
primary_color_hex: '#
|
|
2228
|
+
primary_color_hex: '#5F53C8'
|
|
2228
2229
|
}
|
|
2229
2230
|
}],
|
|
2230
2231
|
socials: {
|
|
2231
|
-
website: 'http://cifer.ai
|
|
2232
|
-
twitter: 'https://
|
|
2232
|
+
website: 'http://cifer.ai',
|
|
2233
|
+
twitter: 'https://x.com/cifer_ai',
|
|
2234
|
+
github: 'https://github.com/CiferAI'
|
|
2233
2235
|
},
|
|
2234
2236
|
type_asset: 'sdk.coin',
|
|
2235
2237
|
traces: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -914,7 +914,7 @@ const assets = {
|
|
|
914
914
|
}]
|
|
915
915
|
},
|
|
916
916
|
{
|
|
917
|
-
description: '$BADGE is the native in-app
|
|
917
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
918
918
|
denom_units: [{
|
|
919
919
|
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
920
920
|
exponent: 0,
|
|
@@ -924,14 +924,14 @@ const assets = {
|
|
|
924
924
|
exponent: 9
|
|
925
925
|
}],
|
|
926
926
|
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
927
|
-
name: 'BitBadges
|
|
927
|
+
name: 'BitBadges',
|
|
928
928
|
display: 'badge',
|
|
929
929
|
symbol: 'BADGE',
|
|
930
930
|
logo_URIs: {
|
|
931
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
932
932
|
},
|
|
933
933
|
images: [{
|
|
934
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
935
935
|
}],
|
|
936
936
|
socials: {
|
|
937
937
|
website: 'https://bitbadges.io/',
|
|
@@ -1721,12 +1721,13 @@ const assets = {
|
|
|
1721
1721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1722
1722
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
1723
1723
|
theme: {
|
|
1724
|
-
primary_color_hex: '#
|
|
1724
|
+
primary_color_hex: '#5F53C8'
|
|
1725
1725
|
}
|
|
1726
1726
|
}],
|
|
1727
1727
|
socials: {
|
|
1728
|
-
website: 'http://cifer.ai
|
|
1729
|
-
twitter: 'https://
|
|
1728
|
+
website: 'http://cifer.ai',
|
|
1729
|
+
twitter: 'https://x.com/cifer_ai',
|
|
1730
|
+
github: 'https://github.com/CiferAI'
|
|
1730
1731
|
},
|
|
1731
1732
|
type_asset: 'sdk.coin',
|
|
1732
1733
|
traces: [{
|
|
@@ -7460,7 +7461,7 @@ const assets = {
|
|
|
7460
7461
|
}]
|
|
7461
7462
|
},
|
|
7462
7463
|
{
|
|
7463
|
-
description: '$BADGE is the native in-app
|
|
7464
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
7464
7465
|
denom_units: [{
|
|
7465
7466
|
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7466
7467
|
exponent: 0,
|
|
@@ -7470,14 +7471,14 @@ const assets = {
|
|
|
7470
7471
|
exponent: 9
|
|
7471
7472
|
}],
|
|
7472
7473
|
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7473
|
-
name: 'BitBadges
|
|
7474
|
+
name: 'BitBadges',
|
|
7474
7475
|
display: 'badge',
|
|
7475
7476
|
symbol: 'BADGE',
|
|
7476
7477
|
logo_URIs: {
|
|
7477
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
7478
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7478
7479
|
},
|
|
7479
7480
|
images: [{
|
|
7480
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
7481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7481
7482
|
}],
|
|
7482
7483
|
socials: {
|
|
7483
7484
|
website: 'https://bitbadges.io/',
|
|
@@ -8267,12 +8268,13 @@ const assets = {
|
|
|
8267
8268
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
8268
8269
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
8269
8270
|
theme: {
|
|
8270
|
-
primary_color_hex: '#
|
|
8271
|
+
primary_color_hex: '#5F53C8'
|
|
8271
8272
|
}
|
|
8272
8273
|
}],
|
|
8273
8274
|
socials: {
|
|
8274
|
-
website: 'http://cifer.ai
|
|
8275
|
-
twitter: 'https://
|
|
8275
|
+
website: 'http://cifer.ai',
|
|
8276
|
+
twitter: 'https://x.com/cifer_ai',
|
|
8277
|
+
github: 'https://github.com/CiferAI'
|
|
8276
8278
|
},
|
|
8277
8279
|
type_asset: 'sdk.coin',
|
|
8278
8280
|
traces: [{
|
|
@@ -4,14 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['ubld']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'bld',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
14
|
+
base: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
15
15
|
name: 'Agoric',
|
|
16
16
|
display: 'bld',
|
|
17
17
|
symbol: 'BLD',
|
|
@@ -35,26 +35,26 @@ const assets = {
|
|
|
35
35
|
traces: [{
|
|
36
36
|
type: 'ibc',
|
|
37
37
|
counterparty: {
|
|
38
|
-
channel_id: 'channel-
|
|
38
|
+
channel_id: 'channel-315',
|
|
39
39
|
base_denom: 'ubld',
|
|
40
40
|
chain_name: 'agoricdevnet'
|
|
41
41
|
},
|
|
42
42
|
chain: {
|
|
43
|
-
channel_id: 'channel-
|
|
43
|
+
channel_id: 'channel-623'
|
|
44
44
|
}
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
49
49
|
denom_units: [{
|
|
50
|
-
denom: 'ibc/
|
|
50
|
+
denom: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
51
51
|
exponent: 0,
|
|
52
52
|
aliases: ['uist']
|
|
53
53
|
}, {
|
|
54
54
|
denom: 'ist',
|
|
55
55
|
exponent: 6
|
|
56
56
|
}],
|
|
57
|
-
base: 'ibc/
|
|
57
|
+
base: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
58
58
|
name: 'Inter Stable Token',
|
|
59
59
|
display: 'ist',
|
|
60
60
|
symbol: 'IST',
|
|
@@ -74,26 +74,26 @@ const assets = {
|
|
|
74
74
|
traces: [{
|
|
75
75
|
type: 'ibc',
|
|
76
76
|
counterparty: {
|
|
77
|
-
channel_id: 'channel-
|
|
77
|
+
channel_id: 'channel-315',
|
|
78
78
|
base_denom: 'uist',
|
|
79
79
|
chain_name: 'agoricdevnet'
|
|
80
80
|
},
|
|
81
81
|
chain: {
|
|
82
|
-
channel_id: 'channel-
|
|
82
|
+
channel_id: 'channel-623'
|
|
83
83
|
}
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
88
88
|
denom_units: [{
|
|
89
|
-
denom: 'ibc/
|
|
89
|
+
denom: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
90
90
|
exponent: 0,
|
|
91
91
|
aliases: ['ubld']
|
|
92
92
|
}, {
|
|
93
93
|
denom: 'bld',
|
|
94
94
|
exponent: 6
|
|
95
95
|
}],
|
|
96
|
-
base: 'ibc/
|
|
96
|
+
base: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
97
97
|
name: 'Agoric',
|
|
98
98
|
display: 'bld',
|
|
99
99
|
symbol: 'BLD',
|
|
@@ -117,26 +117,26 @@ const assets = {
|
|
|
117
117
|
traces: [{
|
|
118
118
|
type: 'ibc',
|
|
119
119
|
counterparty: {
|
|
120
|
-
channel_id: 'channel-
|
|
120
|
+
channel_id: 'channel-315',
|
|
121
121
|
base_denom: 'ubld',
|
|
122
122
|
chain_name: 'agoricdevnet'
|
|
123
123
|
},
|
|
124
124
|
chain: {
|
|
125
|
-
channel_id: 'channel-
|
|
125
|
+
channel_id: 'channel-623'
|
|
126
126
|
}
|
|
127
127
|
}]
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
131
131
|
denom_units: [{
|
|
132
|
-
denom: 'ibc/
|
|
132
|
+
denom: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
133
133
|
exponent: 0,
|
|
134
134
|
aliases: ['uist']
|
|
135
135
|
}, {
|
|
136
136
|
denom: 'ist',
|
|
137
137
|
exponent: 6
|
|
138
138
|
}],
|
|
139
|
-
base: 'ibc/
|
|
139
|
+
base: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
140
140
|
name: 'Inter Stable Token',
|
|
141
141
|
display: 'ist',
|
|
142
142
|
symbol: 'IST',
|
|
@@ -156,12 +156,12 @@ const assets = {
|
|
|
156
156
|
traces: [{
|
|
157
157
|
type: 'ibc',
|
|
158
158
|
counterparty: {
|
|
159
|
-
channel_id: 'channel-
|
|
159
|
+
channel_id: 'channel-315',
|
|
160
160
|
base_denom: 'uist',
|
|
161
161
|
chain_name: 'agoricdevnet'
|
|
162
162
|
},
|
|
163
163
|
chain: {
|
|
164
|
-
channel_id: 'channel-
|
|
164
|
+
channel_id: 'channel-623'
|
|
165
165
|
}
|
|
166
166
|
}]
|
|
167
167
|
},
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -1028,12 +1028,13 @@ const assets = {
|
|
|
1028
1028
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1029
1029
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
1030
1030
|
theme: {
|
|
1031
|
-
primary_color_hex: '#
|
|
1031
|
+
primary_color_hex: '#5F53C8'
|
|
1032
1032
|
}
|
|
1033
1033
|
}],
|
|
1034
1034
|
socials: {
|
|
1035
|
-
website: 'http://cifer.ai
|
|
1036
|
-
twitter: 'https://
|
|
1035
|
+
website: 'http://cifer.ai',
|
|
1036
|
+
twitter: 'https://x.com/cifer_ai',
|
|
1037
|
+
github: 'https://github.com/CiferAI'
|
|
1037
1038
|
},
|
|
1038
1039
|
type_asset: 'sdk.coin',
|
|
1039
1040
|
traces: [{
|
|
@@ -2226,12 +2227,13 @@ const assets = {
|
|
|
2226
2227
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
2227
2228
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
2228
2229
|
theme: {
|
|
2229
|
-
primary_color_hex: '#
|
|
2230
|
+
primary_color_hex: '#5F53C8'
|
|
2230
2231
|
}
|
|
2231
2232
|
}],
|
|
2232
2233
|
socials: {
|
|
2233
|
-
website: 'http://cifer.ai
|
|
2234
|
-
twitter: 'https://
|
|
2234
|
+
website: 'http://cifer.ai',
|
|
2235
|
+
twitter: 'https://x.com/cifer_ai',
|
|
2236
|
+
github: 'https://github.com/CiferAI'
|
|
2235
2237
|
},
|
|
2236
2238
|
type_asset: 'sdk.coin',
|
|
2237
2239
|
traces: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -916,7 +916,7 @@ const assets = {
|
|
|
916
916
|
}]
|
|
917
917
|
},
|
|
918
918
|
{
|
|
919
|
-
description: '$BADGE is the native in-app
|
|
919
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
920
920
|
denom_units: [{
|
|
921
921
|
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
922
922
|
exponent: 0,
|
|
@@ -926,14 +926,14 @@ const assets = {
|
|
|
926
926
|
exponent: 9
|
|
927
927
|
}],
|
|
928
928
|
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
929
|
-
name: 'BitBadges
|
|
929
|
+
name: 'BitBadges',
|
|
930
930
|
display: 'badge',
|
|
931
931
|
symbol: 'BADGE',
|
|
932
932
|
logo_URIs: {
|
|
933
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
933
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
934
934
|
},
|
|
935
935
|
images: [{
|
|
936
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
937
937
|
}],
|
|
938
938
|
socials: {
|
|
939
939
|
website: 'https://bitbadges.io/',
|
|
@@ -1723,12 +1723,13 @@ const assets = {
|
|
|
1723
1723
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
1724
1724
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
1725
1725
|
theme: {
|
|
1726
|
-
primary_color_hex: '#
|
|
1726
|
+
primary_color_hex: '#5F53C8'
|
|
1727
1727
|
}
|
|
1728
1728
|
}],
|
|
1729
1729
|
socials: {
|
|
1730
|
-
website: 'http://cifer.ai
|
|
1731
|
-
twitter: 'https://
|
|
1730
|
+
website: 'http://cifer.ai',
|
|
1731
|
+
twitter: 'https://x.com/cifer_ai',
|
|
1732
|
+
github: 'https://github.com/CiferAI'
|
|
1732
1733
|
},
|
|
1733
1734
|
type_asset: 'sdk.coin',
|
|
1734
1735
|
traces: [{
|
|
@@ -7462,7 +7463,7 @@ const assets = {
|
|
|
7462
7463
|
}]
|
|
7463
7464
|
},
|
|
7464
7465
|
{
|
|
7465
|
-
description: '$BADGE is the native in-app
|
|
7466
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
7466
7467
|
denom_units: [{
|
|
7467
7468
|
denom: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7468
7469
|
exponent: 0,
|
|
@@ -7472,14 +7473,14 @@ const assets = {
|
|
|
7472
7473
|
exponent: 9
|
|
7473
7474
|
}],
|
|
7474
7475
|
base: 'ibc/AEA658A560ADC30785492AB06B707BC260E7DAB3686A5A2A6F33CB3FFB1E1462',
|
|
7475
|
-
name: 'BitBadges
|
|
7476
|
+
name: 'BitBadges',
|
|
7476
7477
|
display: 'badge',
|
|
7477
7478
|
symbol: 'BADGE',
|
|
7478
7479
|
logo_URIs: {
|
|
7479
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
7480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7480
7481
|
},
|
|
7481
7482
|
images: [{
|
|
7482
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
7483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
7483
7484
|
}],
|
|
7484
7485
|
socials: {
|
|
7485
7486
|
website: 'https://bitbadges.io/',
|
|
@@ -8269,12 +8270,13 @@ const assets = {
|
|
|
8269
8270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
8270
8271
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
8271
8272
|
theme: {
|
|
8272
|
-
primary_color_hex: '#
|
|
8273
|
+
primary_color_hex: '#5F53C8'
|
|
8273
8274
|
}
|
|
8274
8275
|
}],
|
|
8275
8276
|
socials: {
|
|
8276
|
-
website: 'http://cifer.ai
|
|
8277
|
-
twitter: 'https://
|
|
8277
|
+
website: 'http://cifer.ai',
|
|
8278
|
+
twitter: 'https://x.com/cifer_ai',
|
|
8279
|
+
github: 'https://github.com/CiferAI'
|
|
8278
8280
|
},
|
|
8279
8281
|
type_asset: 'sdk.coin',
|
|
8280
8282
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.264",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.165",
|
|
33
|
+
"chain-registry": "^1.69.264"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.165"
|
|
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": "d25c9c9d8d9dc63dbd175a3cbad17e37ce62c552"
|
|
47
47
|
}
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -6,14 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['ubld']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'bld',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
16
|
+
base: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
17
17
|
name: 'Agoric',
|
|
18
18
|
display: 'bld',
|
|
19
19
|
symbol: 'BLD',
|
|
@@ -37,26 +37,26 @@ const assets = {
|
|
|
37
37
|
traces: [{
|
|
38
38
|
type: 'ibc',
|
|
39
39
|
counterparty: {
|
|
40
|
-
channel_id: 'channel-
|
|
40
|
+
channel_id: 'channel-315',
|
|
41
41
|
base_denom: 'ubld',
|
|
42
42
|
chain_name: 'agoricdevnet'
|
|
43
43
|
},
|
|
44
44
|
chain: {
|
|
45
|
-
channel_id: 'channel-
|
|
45
|
+
channel_id: 'channel-623'
|
|
46
46
|
}
|
|
47
47
|
}]
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
51
51
|
denom_units: [{
|
|
52
|
-
denom: 'ibc/
|
|
52
|
+
denom: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
53
53
|
exponent: 0,
|
|
54
54
|
aliases: ['uist']
|
|
55
55
|
}, {
|
|
56
56
|
denom: 'ist',
|
|
57
57
|
exponent: 6
|
|
58
58
|
}],
|
|
59
|
-
base: 'ibc/
|
|
59
|
+
base: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
60
60
|
name: 'Inter Stable Token',
|
|
61
61
|
display: 'ist',
|
|
62
62
|
symbol: 'IST',
|
|
@@ -76,26 +76,26 @@ const assets = {
|
|
|
76
76
|
traces: [{
|
|
77
77
|
type: 'ibc',
|
|
78
78
|
counterparty: {
|
|
79
|
-
channel_id: 'channel-
|
|
79
|
+
channel_id: 'channel-315',
|
|
80
80
|
base_denom: 'uist',
|
|
81
81
|
chain_name: 'agoricdevnet'
|
|
82
82
|
},
|
|
83
83
|
chain: {
|
|
84
|
-
channel_id: 'channel-
|
|
84
|
+
channel_id: 'channel-623'
|
|
85
85
|
}
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
90
90
|
denom_units: [{
|
|
91
|
-
denom: 'ibc/
|
|
91
|
+
denom: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
92
92
|
exponent: 0,
|
|
93
93
|
aliases: ['ubld']
|
|
94
94
|
}, {
|
|
95
95
|
denom: 'bld',
|
|
96
96
|
exponent: 6
|
|
97
97
|
}],
|
|
98
|
-
base: 'ibc/
|
|
98
|
+
base: 'ibc/452A877FB580D5FA3B55F3DDCE9A9B07E9E8C6B85CA1211175EC4A9D90D9FBE8',
|
|
99
99
|
name: 'Agoric',
|
|
100
100
|
display: 'bld',
|
|
101
101
|
symbol: 'BLD',
|
|
@@ -119,26 +119,26 @@ const assets = {
|
|
|
119
119
|
traces: [{
|
|
120
120
|
type: 'ibc',
|
|
121
121
|
counterparty: {
|
|
122
|
-
channel_id: 'channel-
|
|
122
|
+
channel_id: 'channel-315',
|
|
123
123
|
base_denom: 'ubld',
|
|
124
124
|
chain_name: 'agoricdevnet'
|
|
125
125
|
},
|
|
126
126
|
chain: {
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-623'
|
|
128
128
|
}
|
|
129
129
|
}]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
133
133
|
denom_units: [{
|
|
134
|
-
denom: 'ibc/
|
|
134
|
+
denom: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
135
135
|
exponent: 0,
|
|
136
136
|
aliases: ['uist']
|
|
137
137
|
}, {
|
|
138
138
|
denom: 'ist',
|
|
139
139
|
exponent: 6
|
|
140
140
|
}],
|
|
141
|
-
base: 'ibc/
|
|
141
|
+
base: 'ibc/52E1640C94C33A9D028DB79855C83F4C739F594ADA15CD6E3B6F3D6A1354FC6A',
|
|
142
142
|
name: 'Inter Stable Token',
|
|
143
143
|
display: 'ist',
|
|
144
144
|
symbol: 'IST',
|
|
@@ -158,12 +158,12 @@ const assets = {
|
|
|
158
158
|
traces: [{
|
|
159
159
|
type: 'ibc',
|
|
160
160
|
counterparty: {
|
|
161
|
-
channel_id: 'channel-
|
|
161
|
+
channel_id: 'channel-315',
|
|
162
162
|
base_denom: 'uist',
|
|
163
163
|
chain_name: 'agoricdevnet'
|
|
164
164
|
},
|
|
165
165
|
chain: {
|
|
166
|
-
channel_id: 'channel-
|
|
166
|
+
channel_id: 'channel-623'
|
|
167
167
|
}
|
|
168
168
|
}]
|
|
169
169
|
},
|