@chain-registry/assets 1.70.222 → 1.70.224
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/dungeon.js +314 -0
- package/esm/mainnet/elys.js +434 -0
- package/esm/mainnet/kopi.js +254 -0
- package/esm/mainnet/noble.js +82 -0
- package/esm/testnet/agoricdevnet.js +478 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +164 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
- package/esm/testnet/elystestnet.js +164 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +164 -0
- package/esm/testnet/nobletestnet.js +164 -0
- package/esm/testnet/osmosistestnet.js +164 -0
- package/esm/testnet/stridetestnet.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/dungeon.js +314 -0
- package/mainnet/elys.js +434 -0
- package/mainnet/kopi.js +254 -0
- package/mainnet/noble.js +82 -0
- package/package.json +5 -5
- package/testnet/agoricdevnet.d.ts +3 -0
- package/testnet/agoricdevnet.js +480 -0
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +164 -0
- package/testnet/cosmosicsprovidertestnet.js +164 -0
- package/testnet/elystestnet.js +164 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +164 -0
- package/testnet/nobletestnet.js +164 -0
- package/testnet/osmosistestnet.js +164 -0
- package/testnet/stridetestnet.d.ts +3 -0
- package/testnet/stridetestnet.js +172 -0
|
@@ -1,6 +1,170 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'cosmosicsprovidertestnet',
|
|
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/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
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-25',
|
|
39
|
+
base_denom: 'ubld',
|
|
40
|
+
chain_name: 'agoricdevnet'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-388'
|
|
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/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uist']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ist',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
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-25',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoricdevnet'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-388'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['ubld']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'bld',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
base: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
97
|
+
name: 'Agoric',
|
|
98
|
+
display: 'bld',
|
|
99
|
+
symbol: 'BLD',
|
|
100
|
+
logo_URIs: {
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
103
|
+
},
|
|
104
|
+
coingecko_id: 'agoric',
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
primary_color_hex: '#c42b44'
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
socials: {
|
|
113
|
+
website: 'https://agoric.com/',
|
|
114
|
+
twitter: 'https://twitter.com/agoric'
|
|
115
|
+
},
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-25',
|
|
121
|
+
base_denom: 'ubld',
|
|
122
|
+
chain_name: 'agoricdevnet'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-388'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['uist']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'ist',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
base: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
140
|
+
name: 'Inter Stable Token',
|
|
141
|
+
display: 'ist',
|
|
142
|
+
symbol: 'IST',
|
|
143
|
+
logo_URIs: {
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
146
|
+
},
|
|
147
|
+
coingecko_id: 'inter-stable-token',
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
151
|
+
theme: {
|
|
152
|
+
primary_color_hex: '#d485e2'
|
|
153
|
+
}
|
|
154
|
+
}],
|
|
155
|
+
type_asset: 'sdk.coin',
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-25',
|
|
160
|
+
base_denom: 'uist',
|
|
161
|
+
chain_name: 'agoricdevnet'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-388'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
4
168
|
{
|
|
5
169
|
description: 'The native token of MANTRA',
|
|
6
170
|
denom_units: [{
|
|
@@ -1,6 +1,88 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'elystestnet',
|
|
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/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
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-23',
|
|
39
|
+
base_denom: 'ubld',
|
|
40
|
+
chain_name: 'agoricdevnet'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-11'
|
|
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/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uist']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ist',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
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-23',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoricdevnet'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-11'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
4
86
|
{
|
|
5
87
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
6
88
|
denom_units: [{
|
|
@@ -36,6 +118,88 @@ const assets = {
|
|
|
36
118
|
}
|
|
37
119
|
}]
|
|
38
120
|
},
|
|
121
|
+
{
|
|
122
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
123
|
+
denom_units: [{
|
|
124
|
+
denom: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['ubld']
|
|
127
|
+
}, {
|
|
128
|
+
denom: 'bld',
|
|
129
|
+
exponent: 6
|
|
130
|
+
}],
|
|
131
|
+
base: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
132
|
+
name: 'Agoric',
|
|
133
|
+
display: 'bld',
|
|
134
|
+
symbol: 'BLD',
|
|
135
|
+
logo_URIs: {
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
138
|
+
},
|
|
139
|
+
coingecko_id: 'agoric',
|
|
140
|
+
images: [{
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
143
|
+
theme: {
|
|
144
|
+
primary_color_hex: '#c42b44'
|
|
145
|
+
}
|
|
146
|
+
}],
|
|
147
|
+
socials: {
|
|
148
|
+
website: 'https://agoric.com/',
|
|
149
|
+
twitter: 'https://twitter.com/agoric'
|
|
150
|
+
},
|
|
151
|
+
type_asset: 'sdk.coin',
|
|
152
|
+
traces: [{
|
|
153
|
+
type: 'ibc',
|
|
154
|
+
counterparty: {
|
|
155
|
+
channel_id: 'channel-23',
|
|
156
|
+
base_denom: 'ubld',
|
|
157
|
+
chain_name: 'agoricdevnet'
|
|
158
|
+
},
|
|
159
|
+
chain: {
|
|
160
|
+
channel_id: 'channel-11'
|
|
161
|
+
}
|
|
162
|
+
}]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
166
|
+
denom_units: [{
|
|
167
|
+
denom: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['uist']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'ist',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
base: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
175
|
+
name: 'Inter Stable Token',
|
|
176
|
+
display: 'ist',
|
|
177
|
+
symbol: 'IST',
|
|
178
|
+
logo_URIs: {
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
181
|
+
},
|
|
182
|
+
coingecko_id: 'inter-stable-token',
|
|
183
|
+
images: [{
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
186
|
+
theme: {
|
|
187
|
+
primary_color_hex: '#d485e2'
|
|
188
|
+
}
|
|
189
|
+
}],
|
|
190
|
+
type_asset: 'sdk.coin',
|
|
191
|
+
traces: [{
|
|
192
|
+
type: 'ibc',
|
|
193
|
+
counterparty: {
|
|
194
|
+
channel_id: 'channel-23',
|
|
195
|
+
base_denom: 'uist',
|
|
196
|
+
chain_name: 'agoricdevnet'
|
|
197
|
+
},
|
|
198
|
+
chain: {
|
|
199
|
+
channel_id: 'channel-11'
|
|
200
|
+
}
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
39
203
|
{
|
|
40
204
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
41
205
|
denom_units: [{
|
package/esm/testnet/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * as agoricdevnet from './agoricdevnet';
|
|
1
2
|
export * as akashtestnet from './akashtestnet';
|
|
2
3
|
export * as archwaytestnet from './archwaytestnet';
|
|
3
4
|
export * as axelartestnet from './axelartestnet';
|
|
@@ -35,6 +36,7 @@ export * as sagatestnet from './sagatestnet';
|
|
|
35
36
|
export * as seitestnet2 from './seitestnet2';
|
|
36
37
|
export * as sgetestnet from './sgetestnet';
|
|
37
38
|
export * as stargazetestnet from './stargazetestnet';
|
|
39
|
+
export * as stridetestnet from './stridetestnet';
|
|
38
40
|
export * as swisstroniktestnet from './swisstroniktestnet';
|
|
39
41
|
export * as symphonytestnet from './symphonytestnet';
|
|
40
42
|
export * as symphonytestnet3 from './symphonytestnet3';
|
|
@@ -1,6 +1,88 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'neutrontestnet',
|
|
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/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubld']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bld',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
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-62',
|
|
39
|
+
base_denom: 'ubld',
|
|
40
|
+
chain_name: 'agoricdevnet'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-1578'
|
|
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/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uist']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ist',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
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-62',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoricdevnet'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-1578'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
4
86
|
{
|
|
5
87
|
description: 'The native staking token of Babylon.',
|
|
6
88
|
denom_units: [{
|
|
@@ -34,6 +116,88 @@ const assets = {
|
|
|
34
116
|
}
|
|
35
117
|
}]
|
|
36
118
|
},
|
|
119
|
+
{
|
|
120
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
121
|
+
denom_units: [{
|
|
122
|
+
denom: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
123
|
+
exponent: 0,
|
|
124
|
+
aliases: ['ubld']
|
|
125
|
+
}, {
|
|
126
|
+
denom: 'bld',
|
|
127
|
+
exponent: 6
|
|
128
|
+
}],
|
|
129
|
+
base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
130
|
+
name: 'Agoric',
|
|
131
|
+
display: 'bld',
|
|
132
|
+
symbol: 'BLD',
|
|
133
|
+
logo_URIs: {
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
136
|
+
},
|
|
137
|
+
coingecko_id: 'agoric',
|
|
138
|
+
images: [{
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
141
|
+
theme: {
|
|
142
|
+
primary_color_hex: '#c42b44'
|
|
143
|
+
}
|
|
144
|
+
}],
|
|
145
|
+
socials: {
|
|
146
|
+
website: 'https://agoric.com/',
|
|
147
|
+
twitter: 'https://twitter.com/agoric'
|
|
148
|
+
},
|
|
149
|
+
type_asset: 'sdk.coin',
|
|
150
|
+
traces: [{
|
|
151
|
+
type: 'ibc',
|
|
152
|
+
counterparty: {
|
|
153
|
+
channel_id: 'channel-62',
|
|
154
|
+
base_denom: 'ubld',
|
|
155
|
+
chain_name: 'agoricdevnet'
|
|
156
|
+
},
|
|
157
|
+
chain: {
|
|
158
|
+
channel_id: 'channel-1578'
|
|
159
|
+
}
|
|
160
|
+
}]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
164
|
+
denom_units: [{
|
|
165
|
+
denom: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
166
|
+
exponent: 0,
|
|
167
|
+
aliases: ['uist']
|
|
168
|
+
}, {
|
|
169
|
+
denom: 'ist',
|
|
170
|
+
exponent: 6
|
|
171
|
+
}],
|
|
172
|
+
base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
173
|
+
name: 'Inter Stable Token',
|
|
174
|
+
display: 'ist',
|
|
175
|
+
symbol: 'IST',
|
|
176
|
+
logo_URIs: {
|
|
177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
179
|
+
},
|
|
180
|
+
coingecko_id: 'inter-stable-token',
|
|
181
|
+
images: [{
|
|
182
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
184
|
+
theme: {
|
|
185
|
+
primary_color_hex: '#d485e2'
|
|
186
|
+
}
|
|
187
|
+
}],
|
|
188
|
+
type_asset: 'sdk.coin',
|
|
189
|
+
traces: [{
|
|
190
|
+
type: 'ibc',
|
|
191
|
+
counterparty: {
|
|
192
|
+
channel_id: 'channel-62',
|
|
193
|
+
base_denom: 'uist',
|
|
194
|
+
chain_name: 'agoricdevnet'
|
|
195
|
+
},
|
|
196
|
+
chain: {
|
|
197
|
+
channel_id: 'channel-1578'
|
|
198
|
+
}
|
|
199
|
+
}]
|
|
200
|
+
},
|
|
37
201
|
{
|
|
38
202
|
description: 'The native staking token of Babylon.',
|
|
39
203
|
denom_units: [{
|