@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
|
@@ -3,6 +3,170 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'cosmosicsprovidertestnet',
|
|
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/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubld']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bld',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
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-25',
|
|
41
|
+
base_denom: 'ubld',
|
|
42
|
+
chain_name: 'agoricdevnet'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-388'
|
|
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/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['uist']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'ist',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
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-25',
|
|
80
|
+
base_denom: 'uist',
|
|
81
|
+
chain_name: 'agoricdevnet'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-388'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
90
|
+
denom_units: [{
|
|
91
|
+
denom: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
92
|
+
exponent: 0,
|
|
93
|
+
aliases: ['ubld']
|
|
94
|
+
}, {
|
|
95
|
+
denom: 'bld',
|
|
96
|
+
exponent: 6
|
|
97
|
+
}],
|
|
98
|
+
base: 'ibc/14F68F1D091D089FA4425BDBFB2166B40218979F7E065B6BE61188E93DD4DD30',
|
|
99
|
+
name: 'Agoric',
|
|
100
|
+
display: 'bld',
|
|
101
|
+
symbol: 'BLD',
|
|
102
|
+
logo_URIs: {
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
105
|
+
},
|
|
106
|
+
coingecko_id: 'agoric',
|
|
107
|
+
images: [{
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
110
|
+
theme: {
|
|
111
|
+
primary_color_hex: '#c42b44'
|
|
112
|
+
}
|
|
113
|
+
}],
|
|
114
|
+
socials: {
|
|
115
|
+
website: 'https://agoric.com/',
|
|
116
|
+
twitter: 'https://twitter.com/agoric'
|
|
117
|
+
},
|
|
118
|
+
type_asset: 'sdk.coin',
|
|
119
|
+
traces: [{
|
|
120
|
+
type: 'ibc',
|
|
121
|
+
counterparty: {
|
|
122
|
+
channel_id: 'channel-25',
|
|
123
|
+
base_denom: 'ubld',
|
|
124
|
+
chain_name: 'agoricdevnet'
|
|
125
|
+
},
|
|
126
|
+
chain: {
|
|
127
|
+
channel_id: 'channel-388'
|
|
128
|
+
}
|
|
129
|
+
}]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
133
|
+
denom_units: [{
|
|
134
|
+
denom: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
135
|
+
exponent: 0,
|
|
136
|
+
aliases: ['uist']
|
|
137
|
+
}, {
|
|
138
|
+
denom: 'ist',
|
|
139
|
+
exponent: 6
|
|
140
|
+
}],
|
|
141
|
+
base: 'ibc/39D30592C127F8ECC23CECA303673CD8EE76225788BA88AE664F67148A5821E5',
|
|
142
|
+
name: 'Inter Stable Token',
|
|
143
|
+
display: 'ist',
|
|
144
|
+
symbol: 'IST',
|
|
145
|
+
logo_URIs: {
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
148
|
+
},
|
|
149
|
+
coingecko_id: 'inter-stable-token',
|
|
150
|
+
images: [{
|
|
151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
153
|
+
theme: {
|
|
154
|
+
primary_color_hex: '#d485e2'
|
|
155
|
+
}
|
|
156
|
+
}],
|
|
157
|
+
type_asset: 'sdk.coin',
|
|
158
|
+
traces: [{
|
|
159
|
+
type: 'ibc',
|
|
160
|
+
counterparty: {
|
|
161
|
+
channel_id: 'channel-25',
|
|
162
|
+
base_denom: 'uist',
|
|
163
|
+
chain_name: 'agoricdevnet'
|
|
164
|
+
},
|
|
165
|
+
chain: {
|
|
166
|
+
channel_id: 'channel-388'
|
|
167
|
+
}
|
|
168
|
+
}]
|
|
169
|
+
},
|
|
6
170
|
{
|
|
7
171
|
description: 'The native token of MANTRA',
|
|
8
172
|
denom_units: [{
|
package/testnet/elystestnet.js
CHANGED
|
@@ -3,6 +3,88 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'elystestnet',
|
|
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/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubld']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bld',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
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-23',
|
|
41
|
+
base_denom: 'ubld',
|
|
42
|
+
chain_name: 'agoricdevnet'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-11'
|
|
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/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['uist']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'ist',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
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-23',
|
|
80
|
+
base_denom: 'uist',
|
|
81
|
+
chain_name: 'agoricdevnet'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-11'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
6
88
|
{
|
|
7
89
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
8
90
|
denom_units: [{
|
|
@@ -38,6 +120,88 @@ const assets = {
|
|
|
38
120
|
}
|
|
39
121
|
}]
|
|
40
122
|
},
|
|
123
|
+
{
|
|
124
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['ubld']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'bld',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
base: 'ibc/11F940BCDFD7CFBFD7EDA13F25DA95D308286D441209D780C9863FD4271514EB',
|
|
134
|
+
name: 'Agoric',
|
|
135
|
+
display: 'bld',
|
|
136
|
+
symbol: 'BLD',
|
|
137
|
+
logo_URIs: {
|
|
138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
140
|
+
},
|
|
141
|
+
coingecko_id: 'agoric',
|
|
142
|
+
images: [{
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#c42b44'
|
|
147
|
+
}
|
|
148
|
+
}],
|
|
149
|
+
socials: {
|
|
150
|
+
website: 'https://agoric.com/',
|
|
151
|
+
twitter: 'https://twitter.com/agoric'
|
|
152
|
+
},
|
|
153
|
+
type_asset: 'sdk.coin',
|
|
154
|
+
traces: [{
|
|
155
|
+
type: 'ibc',
|
|
156
|
+
counterparty: {
|
|
157
|
+
channel_id: 'channel-23',
|
|
158
|
+
base_denom: 'ubld',
|
|
159
|
+
chain_name: 'agoricdevnet'
|
|
160
|
+
},
|
|
161
|
+
chain: {
|
|
162
|
+
channel_id: 'channel-11'
|
|
163
|
+
}
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uist']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'ist',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
base: 'ibc/CA1261224952DF089EFD363D8DBB30A8AB6D8CD181E60EE9E68E432F8DE14FE3',
|
|
177
|
+
name: 'Inter Stable Token',
|
|
178
|
+
display: 'ist',
|
|
179
|
+
symbol: 'IST',
|
|
180
|
+
logo_URIs: {
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
182
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
183
|
+
},
|
|
184
|
+
coingecko_id: 'inter-stable-token',
|
|
185
|
+
images: [{
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
188
|
+
theme: {
|
|
189
|
+
primary_color_hex: '#d485e2'
|
|
190
|
+
}
|
|
191
|
+
}],
|
|
192
|
+
type_asset: 'sdk.coin',
|
|
193
|
+
traces: [{
|
|
194
|
+
type: 'ibc',
|
|
195
|
+
counterparty: {
|
|
196
|
+
channel_id: 'channel-23',
|
|
197
|
+
base_denom: 'uist',
|
|
198
|
+
chain_name: 'agoricdevnet'
|
|
199
|
+
},
|
|
200
|
+
chain: {
|
|
201
|
+
channel_id: 'channel-11'
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
41
205
|
{
|
|
42
206
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
43
207
|
denom_units: [{
|
package/testnet/index.d.ts
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';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = exports.agoricdevnet = void 0;
|
|
27
|
+
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
27
28
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
29
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
30
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -61,6 +62,7 @@ exports.sagatestnet = __importStar(require("./sagatestnet"));
|
|
|
61
62
|
exports.seitestnet2 = __importStar(require("./seitestnet2"));
|
|
62
63
|
exports.sgetestnet = __importStar(require("./sgetestnet"));
|
|
63
64
|
exports.stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
65
|
+
exports.stridetestnet = __importStar(require("./stridetestnet"));
|
|
64
66
|
exports.swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
65
67
|
exports.symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
66
68
|
exports.symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
@@ -3,6 +3,88 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'neutrontestnet',
|
|
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/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubld']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bld',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
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-62',
|
|
41
|
+
base_denom: 'ubld',
|
|
42
|
+
chain_name: 'agoricdevnet'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-1578'
|
|
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/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['uist']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'ist',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
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-62',
|
|
80
|
+
base_denom: 'uist',
|
|
81
|
+
chain_name: 'agoricdevnet'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-1578'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
6
88
|
{
|
|
7
89
|
description: 'The native staking token of Babylon.',
|
|
8
90
|
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/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['ubld']
|
|
127
|
+
}, {
|
|
128
|
+
denom: 'bld',
|
|
129
|
+
exponent: 6
|
|
130
|
+
}],
|
|
131
|
+
base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
|
|
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-62',
|
|
156
|
+
base_denom: 'ubld',
|
|
157
|
+
chain_name: 'agoricdevnet'
|
|
158
|
+
},
|
|
159
|
+
chain: {
|
|
160
|
+
channel_id: 'channel-1578'
|
|
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/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['uist']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'ist',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
|
|
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-62',
|
|
195
|
+
base_denom: 'uist',
|
|
196
|
+
chain_name: 'agoricdevnet'
|
|
197
|
+
},
|
|
198
|
+
chain: {
|
|
199
|
+
channel_id: 'channel-1578'
|
|
200
|
+
}
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
39
203
|
{
|
|
40
204
|
description: 'The native staking token of Babylon.',
|
|
41
205
|
denom_units: [{
|