chain-registry 1.69.129 → 1.69.131
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/chain.js +0 -12
- package/esm/mainnet/assetmantle/chain.js +0 -12
- package/esm/mainnet/canto/chain.js +0 -16
- package/esm/mainnet/chain4energy/chain.js +2 -14
- package/esm/mainnet/dydx/chain.js +3 -15
- package/esm/mainnet/empowerchain/chain.js +3 -15
- package/esm/mainnet/evmos/chain.js +0 -16
- package/esm/mainnet/gitopia/chain.js +0 -12
- package/esm/mainnet/kyve/chain.js +6 -6
- package/esm/mainnet/lambda/chain.js +3 -23
- package/esm/mainnet/migaloo/chain.js +0 -12
- package/esm/mainnet/neutron/chain.js +0 -12
- package/esm/mainnet/osmosis/chain.js +14 -9
- package/esm/mainnet/passage/chain.js +0 -12
- package/esm/mainnet/rebus/chain.js +2 -14
- package/esm/mainnet/stargaze/assets.js +1 -0
- package/esm/mainnet/ununifi/chain.js +2 -14
- package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
- package/esm/testnet/injectivetestnet/assets.js +101 -2
- package/esm/testnet/injectivetestnet/ibc.js +6 -6
- package/esm/testnet/osmosistestnet/ibc.js +6 -6
- package/mainnet/agoric/chain.js +0 -12
- package/mainnet/assetmantle/chain.js +0 -12
- package/mainnet/canto/chain.js +0 -16
- package/mainnet/chain4energy/chain.js +2 -14
- package/mainnet/dydx/chain.js +3 -15
- package/mainnet/empowerchain/chain.js +3 -15
- package/mainnet/evmos/chain.js +0 -16
- package/mainnet/gitopia/chain.js +0 -12
- package/mainnet/kyve/chain.js +6 -6
- package/mainnet/lambda/chain.js +3 -23
- package/mainnet/migaloo/chain.js +0 -12
- package/mainnet/neutron/chain.js +0 -12
- package/mainnet/osmosis/chain.js +14 -9
- package/mainnet/passage/chain.js +0 -12
- package/mainnet/rebus/chain.js +2 -14
- package/mainnet/stargaze/assets.js +1 -0
- package/mainnet/ununifi/chain.js +2 -14
- package/noncosmos/ethereumtestnet/assets.js +50 -0
- package/package.json +4 -4
- package/testnet/injectivetestnet/assets.js +101 -2
- package/testnet/injectivetestnet/ibc.js +6 -6
- package/testnet/osmosistestnet/ibc.js +6 -6
package/mainnet/migaloo/chain.js
CHANGED
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
address: 'https://migaloo-rpc.kleomedes.network:443',
|
|
71
71
|
provider: 'Kleomedes'
|
|
72
72
|
},
|
|
73
|
-
{
|
|
74
|
-
address: 'https://rpc.whitewhale.nodestake.top',
|
|
75
|
-
provider: 'NodeStake'
|
|
76
|
-
},
|
|
77
73
|
{
|
|
78
74
|
address: 'https://migaloo-rpc.highstakes.ch',
|
|
79
75
|
provider: 'High Stakes 🇨🇭'
|
|
@@ -96,10 +92,6 @@ const info = {
|
|
|
96
92
|
address: 'https://migaloo-api.kleomedes.network:443',
|
|
97
93
|
provider: 'Kleomedes'
|
|
98
94
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://api.whitewhale.nodestake.top',
|
|
101
|
-
provider: 'NodeStake'
|
|
102
|
-
},
|
|
103
95
|
{
|
|
104
96
|
address: 'https://migaloo-api.highstakes.ch',
|
|
105
97
|
provider: 'High Stakes 🇨🇭'
|
|
@@ -122,10 +114,6 @@ const info = {
|
|
|
122
114
|
address: 'grpc-migaloo.cosmos-spaces.cloud:4810',
|
|
123
115
|
provider: 'Cosmos Spaces'
|
|
124
116
|
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://grpc.whitewhale.nodestake.top',
|
|
127
|
-
provider: 'NodeStake'
|
|
128
|
-
},
|
|
129
117
|
{
|
|
130
118
|
address: 'migaloo-grpc.publicnode.com:443',
|
|
131
119
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -120,10 +120,6 @@ const info = {
|
|
|
120
120
|
address: 'https://rpc-neutron.cosmos-spaces.cloud',
|
|
121
121
|
provider: 'Cosmos Spaces'
|
|
122
122
|
},
|
|
123
|
-
{
|
|
124
|
-
address: 'http://rpc.neutron.nodestake.org',
|
|
125
|
-
provider: 'NodeStake'
|
|
126
|
-
},
|
|
127
123
|
{
|
|
128
124
|
address: 'https://neutron-rpc.publicnode.com:443',
|
|
129
125
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -166,10 +162,6 @@ const info = {
|
|
|
166
162
|
address: 'https://api-neutron.cosmos-spaces.cloud',
|
|
167
163
|
provider: 'Cosmos Spaces'
|
|
168
164
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'http://api.neutron.nodestake.org',
|
|
171
|
-
provider: 'NodeStake'
|
|
172
|
-
},
|
|
173
165
|
{
|
|
174
166
|
address: 'https://neutron-rest.publicnode.com',
|
|
175
167
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -212,10 +204,6 @@ const info = {
|
|
|
212
204
|
address: 'grpc-neutron.cosmos-spaces.cloud:3090',
|
|
213
205
|
provider: 'Cosmos Spaces'
|
|
214
206
|
},
|
|
215
|
-
{
|
|
216
|
-
address: 'grpc.neutron.nodestake.org:443',
|
|
217
|
-
provider: 'NodeStake'
|
|
218
|
-
},
|
|
219
207
|
{
|
|
220
208
|
address: 'neutron-grpc.publicnode.com:443',
|
|
221
209
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -525,13 +525,18 @@ const info = {
|
|
|
525
525
|
name: 'v3',
|
|
526
526
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
527
527
|
},
|
|
528
|
-
recommended_version: '28.0.
|
|
529
|
-
compatible_versions: [
|
|
528
|
+
recommended_version: '28.0.4',
|
|
529
|
+
compatible_versions: [
|
|
530
|
+
'28.0.1',
|
|
531
|
+
'28.0.2',
|
|
532
|
+
'28.0.3',
|
|
533
|
+
'28.0.4'
|
|
534
|
+
],
|
|
530
535
|
consensus: {
|
|
531
536
|
type: 'cometbft',
|
|
532
|
-
version: '0.38.
|
|
537
|
+
version: '0.38.17',
|
|
533
538
|
repo: 'https://github.com/osmosis-labs/cometbft',
|
|
534
|
-
tag: 'v0.38.
|
|
539
|
+
tag: 'v0.38.17-v28-osmo-1'
|
|
535
540
|
},
|
|
536
541
|
cosmwasm: {
|
|
537
542
|
version: '0.53.0',
|
|
@@ -541,9 +546,9 @@ const info = {
|
|
|
541
546
|
},
|
|
542
547
|
sdk: {
|
|
543
548
|
type: 'cosmos',
|
|
544
|
-
version: '0.50.
|
|
549
|
+
version: '0.50.11',
|
|
545
550
|
repo: 'https://github.com/osmosis-labs/cosmos-sdk',
|
|
546
|
-
tag: 'v0.50.
|
|
551
|
+
tag: 'v0.50.11-v28-osmo-1'
|
|
547
552
|
},
|
|
548
553
|
ibc: {
|
|
549
554
|
type: 'go',
|
|
@@ -554,11 +559,11 @@ const info = {
|
|
|
554
559
|
},
|
|
555
560
|
language: {
|
|
556
561
|
type: 'go',
|
|
557
|
-
version: '1.22.
|
|
562
|
+
version: '1.22.11'
|
|
558
563
|
},
|
|
559
564
|
binaries: {
|
|
560
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
561
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.
|
|
565
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-amd64',
|
|
566
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v28.0.4/osmosisd-28.0.4-linux-arm64'
|
|
562
567
|
}
|
|
563
568
|
},
|
|
564
569
|
images: [{
|
package/mainnet/passage/chain.js
CHANGED
|
@@ -78,10 +78,6 @@ const info = {
|
|
|
78
78
|
address: 'https://rpc-passage.cosmos-spaces.cloud',
|
|
79
79
|
provider: 'Cosmos Spaces'
|
|
80
80
|
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://rpc.passage.nodestake.top',
|
|
83
|
-
provider: 'NodeStake'
|
|
84
|
-
},
|
|
85
81
|
{
|
|
86
82
|
address: 'https://passage-rpc.polkachu.com',
|
|
87
83
|
provider: 'Polkachu'
|
|
@@ -148,10 +144,6 @@ const info = {
|
|
|
148
144
|
address: 'https://api-passage-ia.cosmosia.notional.ventures/',
|
|
149
145
|
provider: 'Notional'
|
|
150
146
|
},
|
|
151
|
-
{
|
|
152
|
-
address: 'https://api.passage.nodestake.top',
|
|
153
|
-
provider: 'NodeStake'
|
|
154
|
-
},
|
|
155
147
|
{
|
|
156
148
|
address: 'https://passage-api.polkachu.com',
|
|
157
149
|
provider: 'Polkachu'
|
|
@@ -210,10 +202,6 @@ const info = {
|
|
|
210
202
|
address: 'grpc-passage.cosmos-spaces.cloud:2320',
|
|
211
203
|
provider: 'Cosmos Spaces'
|
|
212
204
|
},
|
|
213
|
-
{
|
|
214
|
-
address: 'grpc.passage.nodestake.top:443',
|
|
215
|
-
provider: 'NodeStake'
|
|
216
|
-
},
|
|
217
205
|
{
|
|
218
206
|
address: 'passage-mainnet-grpc.autostake.com:443',
|
|
219
207
|
provider: 'AutoStake 🛡️ Slash Protected'
|
package/mainnet/rebus/chain.js
CHANGED
|
@@ -54,10 +54,6 @@ const info = {
|
|
|
54
54
|
address: 'https://rebus.rpc.manticore.team:443/',
|
|
55
55
|
provider: 'MantiCore'
|
|
56
56
|
},
|
|
57
|
-
{
|
|
58
|
-
address: 'https://rpc.rebus.nodestake.top/',
|
|
59
|
-
provider: 'NodeStake'
|
|
60
|
-
},
|
|
61
57
|
{
|
|
62
58
|
address: 'http://rebus.rpc.m.stavr.tech:40107',
|
|
63
59
|
provider: '🔥STAVR🔥'
|
|
@@ -100,10 +96,6 @@ const info = {
|
|
|
100
96
|
address: 'https://rebus.api.manticore.team:443/',
|
|
101
97
|
provider: 'MantiCore'
|
|
102
98
|
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://api.rebus.nodestake.top/',
|
|
105
|
-
provider: 'NodeStake'
|
|
106
|
-
},
|
|
107
99
|
{
|
|
108
100
|
address: 'https://rebus.api.m.stavr.tech',
|
|
109
101
|
provider: '🔥STAVR🔥'
|
|
@@ -146,10 +138,6 @@ const info = {
|
|
|
146
138
|
address: 'rebus.grpc.bccnodes.com:14090',
|
|
147
139
|
provider: 'BccNodes'
|
|
148
140
|
},
|
|
149
|
-
{
|
|
150
|
-
address: 'grpc.rebus.nodestake.top:443',
|
|
151
|
-
provider: 'NodeStake'
|
|
152
|
-
},
|
|
153
141
|
{
|
|
154
142
|
address: 'rebus.grpc.nodersteam.com:9181',
|
|
155
143
|
provider: '[NODERS]TEAM'
|
|
@@ -188,8 +176,8 @@ const info = {
|
|
|
188
176
|
},
|
|
189
177
|
{
|
|
190
178
|
kind: 'NodeStake',
|
|
191
|
-
url: 'https://explorer.nodestake.
|
|
192
|
-
tx_page: 'https://explorer.nodestake.
|
|
179
|
+
url: 'https://explorer.nodestake.org/rebus',
|
|
180
|
+
tx_page: 'https://explorer.nodestake.org/rebus/tx/${txHash}'
|
|
193
181
|
},
|
|
194
182
|
{
|
|
195
183
|
kind: 'staking-explorer.com',
|
|
@@ -578,6 +578,7 @@ const info = {
|
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
description: 'GATA Yield DAO Governance Token',
|
|
581
|
+
extended_description: 'GATA Yield DAO is a decentralized, community-governed organization focused on sustainable yield generation and resource allocation. Governed by YGATA stakers, GATA Yield DAO is committed to long-term value growth and to support aligned projects in Cosmos/IBC, with decisions made through open and verifiable governance. Designed for equitable participation, GATA Yield DAO prioritizes community benefits and financial sustainability.',
|
|
581
582
|
denom_units: [{
|
|
582
583
|
denom: 'ibc/2A56F95E2B74AB769816403D384E2199C7BC510BFD2F8352FAC6DF0294B83EBA',
|
|
583
584
|
exponent: 0
|
package/mainnet/ununifi/chain.js
CHANGED
|
@@ -72,10 +72,6 @@ const info = {
|
|
|
72
72
|
address: 'http://a.lcd.ununifi.cauchye.net:26657',
|
|
73
73
|
provider: 'CauchyE'
|
|
74
74
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://rpc.ununifi.nodestake.top',
|
|
77
|
-
provider: 'NodeStake'
|
|
78
|
-
},
|
|
79
75
|
{
|
|
80
76
|
address: 'https://rpc.lavenderfive.com:443/ununifi',
|
|
81
77
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -98,10 +94,6 @@ const info = {
|
|
|
98
94
|
address: 'https://b.lcd.ununifi.cauchye.net:1318',
|
|
99
95
|
provider: 'CauchyE'
|
|
100
96
|
},
|
|
101
|
-
{
|
|
102
|
-
address: 'https://api.ununifi.nodestake.top',
|
|
103
|
-
provider: 'NodeStake'
|
|
104
|
-
},
|
|
105
97
|
{
|
|
106
98
|
address: 'https://rest.lavenderfive.com:443/ununifi',
|
|
107
99
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -124,10 +116,6 @@ const info = {
|
|
|
124
116
|
address: 'ununifi-mainnet-grpc.autostake.com:443',
|
|
125
117
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
126
118
|
},
|
|
127
|
-
{
|
|
128
|
-
address: 'grpc.ununifi.nodestake.top:9090',
|
|
129
|
-
provider: 'NodeStake'
|
|
130
|
-
},
|
|
131
119
|
{
|
|
132
120
|
address: 'https://grpc-ununifi.nodeist.net',
|
|
133
121
|
provider: 'Nodeist'
|
|
@@ -150,8 +138,8 @@ const info = {
|
|
|
150
138
|
},
|
|
151
139
|
{
|
|
152
140
|
kind: 'NodeStake Explorer',
|
|
153
|
-
url: 'https://explorer.nodestake.
|
|
154
|
-
tx_page: 'https://explorer.nodestake.
|
|
141
|
+
url: 'https://explorer.nodestake.org/ununifi',
|
|
142
|
+
tx_page: 'https://explorer.nodestake.org/ununifi/tx/${txHash}'
|
|
155
143
|
},
|
|
156
144
|
{
|
|
157
145
|
kind: 'staking-explorer.com',
|
|
@@ -105,6 +105,56 @@ const info = {
|
|
|
105
105
|
images: [{
|
|
106
106
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
107
107
|
}]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
type_asset: 'erc20',
|
|
111
|
+
address: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
|
|
112
|
+
denom_units: [{
|
|
113
|
+
denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
|
|
114
|
+
exponent: 0,
|
|
115
|
+
aliases: ['uusdt']
|
|
116
|
+
}, {
|
|
117
|
+
denom: 'usdt',
|
|
118
|
+
exponent: 6
|
|
119
|
+
}],
|
|
120
|
+
base: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
|
|
121
|
+
name: 'Tether USD',
|
|
122
|
+
display: 'usdt',
|
|
123
|
+
symbol: 'USDT',
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'test-mintage',
|
|
126
|
+
counterparty: {
|
|
127
|
+
chain_name: 'ethereum',
|
|
128
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
129
|
+
},
|
|
130
|
+
provider: 'Tether'
|
|
131
|
+
}],
|
|
132
|
+
coingecko_id: 'tether',
|
|
133
|
+
logo_URIs: {
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
136
|
+
},
|
|
137
|
+
images: [{
|
|
138
|
+
image_sync: {
|
|
139
|
+
chain_name: 'ethereum',
|
|
140
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
141
|
+
},
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
144
|
+
theme: {
|
|
145
|
+
circle: true,
|
|
146
|
+
primary_color_hex: '#009393',
|
|
147
|
+
background_color_hex: '#009393'
|
|
148
|
+
}
|
|
149
|
+
}, {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
152
|
+
theme: {
|
|
153
|
+
circle: false,
|
|
154
|
+
primary_color_hex: '#50AF95',
|
|
155
|
+
background_color_hex: '#00000000'
|
|
156
|
+
}
|
|
157
|
+
}]
|
|
108
158
|
}
|
|
109
159
|
]
|
|
110
160
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.131",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.79",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.79"
|
|
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": "89d492598e495ad2d45f05755f734e83b5a14767"
|
|
47
47
|
}
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'injectivetestnet',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
8
9
|
denom_units: [{
|
|
9
10
|
denom: 'inj',
|
|
@@ -34,6 +35,104 @@ const info = {
|
|
|
34
35
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
35
36
|
}],
|
|
36
37
|
type_asset: 'sdk.coin'
|
|
37
|
-
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'USDC is a USD-pegged stablecoin available on the Injective testnet.',
|
|
41
|
+
denom_units: [{
|
|
42
|
+
denom: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
|
|
43
|
+
exponent: 0
|
|
44
|
+
}, {
|
|
45
|
+
denom: 'USDC',
|
|
46
|
+
exponent: 6
|
|
47
|
+
}],
|
|
48
|
+
base: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
|
|
49
|
+
name: 'USD Coin',
|
|
50
|
+
display: 'USDC',
|
|
51
|
+
symbol: 'USDC',
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
55
|
+
},
|
|
56
|
+
coingecko_id: 'usd-coin',
|
|
57
|
+
traces: [{
|
|
58
|
+
type: 'additional-mintage',
|
|
59
|
+
counterparty: {
|
|
60
|
+
chain_name: 'ethereumtestnet',
|
|
61
|
+
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
62
|
+
},
|
|
63
|
+
provider: 'Circle'
|
|
64
|
+
}],
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
68
|
+
}],
|
|
69
|
+
type_asset: 'sdk.coin'
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
description: 'OSMO is the native token of the Osmosis blockchain, bridged over to the Injective testnet.',
|
|
73
|
+
denom_units: [{
|
|
74
|
+
denom: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
|
|
75
|
+
exponent: 0
|
|
76
|
+
}, {
|
|
77
|
+
denom: 'OSMO',
|
|
78
|
+
exponent: 6
|
|
79
|
+
}],
|
|
80
|
+
base: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
|
|
81
|
+
name: 'Osmosis',
|
|
82
|
+
display: 'OSMO',
|
|
83
|
+
symbol: 'OSMO',
|
|
84
|
+
logo_URIs: {
|
|
85
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
86
|
+
},
|
|
87
|
+
coingecko_id: 'osmosis',
|
|
88
|
+
traces: [{
|
|
89
|
+
type: 'ibc',
|
|
90
|
+
counterparty: {
|
|
91
|
+
chain_name: 'osmosistestnet',
|
|
92
|
+
base_denom: 'uosmo',
|
|
93
|
+
channel_id: 'channel-10092'
|
|
94
|
+
},
|
|
95
|
+
chain: {
|
|
96
|
+
channel_id: 'channel-77026',
|
|
97
|
+
path: 'transfer/channel-77026/uosmo'
|
|
98
|
+
}
|
|
99
|
+
}],
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
102
|
+
}],
|
|
103
|
+
type_asset: 'ics20'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
description: 'USDT is a USD-pegged stablecoin available on the Injective testnet.',
|
|
107
|
+
denom_units: [{
|
|
108
|
+
denom: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
|
|
109
|
+
exponent: 0
|
|
110
|
+
}, {
|
|
111
|
+
denom: 'USDT',
|
|
112
|
+
exponent: 6
|
|
113
|
+
}],
|
|
114
|
+
base: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
|
|
115
|
+
name: 'Tether',
|
|
116
|
+
display: 'USDT',
|
|
117
|
+
symbol: 'USDT',
|
|
118
|
+
logo_URIs: {
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
120
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
121
|
+
},
|
|
122
|
+
traces: [{
|
|
123
|
+
type: 'bridge',
|
|
124
|
+
counterparty: {
|
|
125
|
+
chain_name: 'ethereumtestnet',
|
|
126
|
+
base_denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0'
|
|
127
|
+
},
|
|
128
|
+
provider: 'Peggy'
|
|
129
|
+
}],
|
|
130
|
+
images: [{
|
|
131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
133
|
+
}],
|
|
134
|
+
type_asset: 'sdk.coin'
|
|
135
|
+
}
|
|
136
|
+
]
|
|
38
137
|
};
|
|
39
138
|
exports.default = info;
|
|
@@ -49,21 +49,21 @@ const info = [
|
|
|
49
49
|
$schema: '../../ibc_data.schema.json',
|
|
50
50
|
chain_1: {
|
|
51
51
|
chain_name: 'injectivetestnet',
|
|
52
|
-
client_id: '07-tendermint-
|
|
53
|
-
connection_id: 'connection-
|
|
52
|
+
client_id: '07-tendermint-305',
|
|
53
|
+
connection_id: 'connection-272'
|
|
54
54
|
},
|
|
55
55
|
chain_2: {
|
|
56
56
|
chain_name: 'osmosistestnet',
|
|
57
|
-
client_id: '07-tendermint-
|
|
58
|
-
connection_id: 'connection-
|
|
57
|
+
client_id: '07-tendermint-4379',
|
|
58
|
+
connection_id: 'connection-3814'
|
|
59
59
|
},
|
|
60
60
|
channels: [{
|
|
61
61
|
chain_1: {
|
|
62
|
-
channel_id: 'channel-
|
|
62
|
+
channel_id: 'channel-77026',
|
|
63
63
|
port_id: 'transfer'
|
|
64
64
|
},
|
|
65
65
|
chain_2: {
|
|
66
|
-
channel_id: 'channel-
|
|
66
|
+
channel_id: 'channel-10092',
|
|
67
67
|
port_id: 'transfer'
|
|
68
68
|
},
|
|
69
69
|
ordering: 'unordered',
|
|
@@ -391,21 +391,21 @@ const info = [
|
|
|
391
391
|
$schema: '../../ibc_data.schema.json',
|
|
392
392
|
chain_1: {
|
|
393
393
|
chain_name: 'injectivetestnet',
|
|
394
|
-
client_id: '07-tendermint-
|
|
395
|
-
connection_id: 'connection-
|
|
394
|
+
client_id: '07-tendermint-305',
|
|
395
|
+
connection_id: 'connection-272'
|
|
396
396
|
},
|
|
397
397
|
chain_2: {
|
|
398
398
|
chain_name: 'osmosistestnet',
|
|
399
|
-
client_id: '07-tendermint-
|
|
400
|
-
connection_id: 'connection-
|
|
399
|
+
client_id: '07-tendermint-4379',
|
|
400
|
+
connection_id: 'connection-3814'
|
|
401
401
|
},
|
|
402
402
|
channels: [{
|
|
403
403
|
chain_1: {
|
|
404
|
-
channel_id: 'channel-
|
|
404
|
+
channel_id: 'channel-77026',
|
|
405
405
|
port_id: 'transfer'
|
|
406
406
|
},
|
|
407
407
|
chain_2: {
|
|
408
|
-
channel_id: 'channel-
|
|
408
|
+
channel_id: 'channel-10092',
|
|
409
409
|
port_id: 'transfer'
|
|
410
410
|
},
|
|
411
411
|
ordering: 'unordered',
|