chain-registry 1.63.81 → 1.63.82
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/andromeda/ibc.js +29 -0
- package/esm/mainnet/gitopia/chain.js +1 -1
- package/esm/mainnet/oraichain/assets.js +5 -0
- package/esm/mainnet/osmosis/assets.js +1 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/terra/assets.js +7 -10
- package/esm/testnet/dhealthtestnet/chain.js +4 -1
- package/mainnet/andromeda/ibc.js +29 -0
- package/mainnet/gitopia/chain.js +1 -1
- package/mainnet/oraichain/assets.js +5 -0
- package/mainnet/osmosis/assets.js +1 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/terra/assets.js +7 -10
- package/package.json +4 -4
- package/testnet/dhealthtestnet/chain.js +4 -1
|
@@ -116,6 +116,35 @@ const info = [
|
|
|
116
116
|
}
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
$schema: '../ibc_data.schema.json',
|
|
121
|
+
chain_1: {
|
|
122
|
+
chain_name: 'andromeda',
|
|
123
|
+
client_id: '07-tendermint-19',
|
|
124
|
+
connection_id: 'connection-15'
|
|
125
|
+
},
|
|
126
|
+
chain_2: {
|
|
127
|
+
chain_name: 'osmosis',
|
|
128
|
+
client_id: '07-tendermint-3250',
|
|
129
|
+
connection_id: 'connection-2735'
|
|
130
|
+
},
|
|
131
|
+
channels: [{
|
|
132
|
+
chain_1: {
|
|
133
|
+
channel_id: 'channel-17',
|
|
134
|
+
port_id: 'transfer'
|
|
135
|
+
},
|
|
136
|
+
chain_2: {
|
|
137
|
+
channel_id: 'channel-81924',
|
|
138
|
+
port_id: 'transfer'
|
|
139
|
+
},
|
|
140
|
+
ordering: 'unordered',
|
|
141
|
+
version: 'ics20-1',
|
|
142
|
+
tags: {
|
|
143
|
+
status: 'live',
|
|
144
|
+
preferred: true
|
|
145
|
+
}
|
|
146
|
+
}]
|
|
147
|
+
},
|
|
119
148
|
{
|
|
120
149
|
$schema: '../ibc_data.schema.json',
|
|
121
150
|
chain_1: {
|
|
@@ -19,6 +19,10 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
20
20
|
},
|
|
21
21
|
coingecko_id: 'oraichain-token',
|
|
22
|
+
socials: {
|
|
23
|
+
website: 'https://orai.io/',
|
|
24
|
+
twitter: 'https://x.com/oraichain'
|
|
25
|
+
},
|
|
22
26
|
images: [
|
|
23
27
|
{
|
|
24
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -534,6 +538,7 @@ const info = {
|
|
|
534
538
|
},
|
|
535
539
|
{
|
|
536
540
|
description: 'The TON native token of Oraichain',
|
|
541
|
+
extended_description: 'Toincoin has been bridged from The Open Network to Oraichain.',
|
|
537
542
|
denom_units: [{
|
|
538
543
|
denom: 'factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton',
|
|
539
544
|
exponent: 0,
|
|
@@ -19507,6 +19507,7 @@ const info = {
|
|
|
19507
19507
|
},
|
|
19508
19508
|
{
|
|
19509
19509
|
description: 'An alloy of TON asset variants on Osmosis.',
|
|
19510
|
+
extended_description: 'Multiple Toncoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of TON.',
|
|
19510
19511
|
denom_units: [{
|
|
19511
19512
|
denom: 'factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON',
|
|
19512
19513
|
exponent: 0
|
|
@@ -147,6 +147,35 @@ const info = [
|
|
|
147
147
|
}
|
|
148
148
|
}]
|
|
149
149
|
},
|
|
150
|
+
{
|
|
151
|
+
$schema: '../ibc_data.schema.json',
|
|
152
|
+
chain_1: {
|
|
153
|
+
chain_name: 'andromeda',
|
|
154
|
+
client_id: '07-tendermint-19',
|
|
155
|
+
connection_id: 'connection-15'
|
|
156
|
+
},
|
|
157
|
+
chain_2: {
|
|
158
|
+
chain_name: 'osmosis',
|
|
159
|
+
client_id: '07-tendermint-3250',
|
|
160
|
+
connection_id: 'connection-2735'
|
|
161
|
+
},
|
|
162
|
+
channels: [{
|
|
163
|
+
chain_1: {
|
|
164
|
+
channel_id: 'channel-17',
|
|
165
|
+
port_id: 'transfer'
|
|
166
|
+
},
|
|
167
|
+
chain_2: {
|
|
168
|
+
channel_id: 'channel-81924',
|
|
169
|
+
port_id: 'transfer'
|
|
170
|
+
},
|
|
171
|
+
ordering: 'unordered',
|
|
172
|
+
version: 'ics20-1',
|
|
173
|
+
tags: {
|
|
174
|
+
status: 'live',
|
|
175
|
+
preferred: true
|
|
176
|
+
}
|
|
177
|
+
}]
|
|
178
|
+
},
|
|
150
179
|
{
|
|
151
180
|
$schema: '../ibc_data.schema.json',
|
|
152
181
|
chain_1: {
|
|
@@ -5148,28 +5148,25 @@ const info = {
|
|
|
5148
5148
|
}]
|
|
5149
5149
|
},
|
|
5150
5150
|
{
|
|
5151
|
-
description: '
|
|
5151
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
5152
5152
|
type_asset: 'cw20',
|
|
5153
5153
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5154
5154
|
denom_units: [{
|
|
5155
5155
|
denom: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5156
5156
|
exponent: 0
|
|
5157
5157
|
}, {
|
|
5158
|
-
denom: '
|
|
5158
|
+
denom: 'juris',
|
|
5159
5159
|
exponent: 6
|
|
5160
5160
|
}],
|
|
5161
5161
|
base: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5162
|
-
name: '
|
|
5163
|
-
display: '
|
|
5164
|
-
symbol: '
|
|
5162
|
+
name: 'Juris Protocol',
|
|
5163
|
+
display: 'juris',
|
|
5164
|
+
symbol: 'JURIS',
|
|
5165
5165
|
logo_URIs: {
|
|
5166
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
5166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
5167
5167
|
},
|
|
5168
5168
|
images: [{
|
|
5169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
5170
|
-
theme: {
|
|
5171
|
-
primary_color_hex: '#191717'
|
|
5172
|
-
}
|
|
5169
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
5173
5170
|
}]
|
|
5174
5171
|
},
|
|
5175
5172
|
{
|
package/mainnet/andromeda/ibc.js
CHANGED
|
@@ -118,6 +118,35 @@ const info = [
|
|
|
118
118
|
}
|
|
119
119
|
}]
|
|
120
120
|
},
|
|
121
|
+
{
|
|
122
|
+
$schema: '../ibc_data.schema.json',
|
|
123
|
+
chain_1: {
|
|
124
|
+
chain_name: 'andromeda',
|
|
125
|
+
client_id: '07-tendermint-19',
|
|
126
|
+
connection_id: 'connection-15'
|
|
127
|
+
},
|
|
128
|
+
chain_2: {
|
|
129
|
+
chain_name: 'osmosis',
|
|
130
|
+
client_id: '07-tendermint-3250',
|
|
131
|
+
connection_id: 'connection-2735'
|
|
132
|
+
},
|
|
133
|
+
channels: [{
|
|
134
|
+
chain_1: {
|
|
135
|
+
channel_id: 'channel-17',
|
|
136
|
+
port_id: 'transfer'
|
|
137
|
+
},
|
|
138
|
+
chain_2: {
|
|
139
|
+
channel_id: 'channel-81924',
|
|
140
|
+
port_id: 'transfer'
|
|
141
|
+
},
|
|
142
|
+
ordering: 'unordered',
|
|
143
|
+
version: 'ics20-1',
|
|
144
|
+
tags: {
|
|
145
|
+
status: 'live',
|
|
146
|
+
preferred: true
|
|
147
|
+
}
|
|
148
|
+
}]
|
|
149
|
+
},
|
|
121
150
|
{
|
|
122
151
|
$schema: '../ibc_data.schema.json',
|
|
123
152
|
chain_1: {
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -21,6 +21,10 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
22
22
|
},
|
|
23
23
|
coingecko_id: 'oraichain-token',
|
|
24
|
+
socials: {
|
|
25
|
+
website: 'https://orai.io/',
|
|
26
|
+
twitter: 'https://x.com/oraichain'
|
|
27
|
+
},
|
|
24
28
|
images: [
|
|
25
29
|
{
|
|
26
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
@@ -536,6 +540,7 @@ const info = {
|
|
|
536
540
|
},
|
|
537
541
|
{
|
|
538
542
|
description: 'The TON native token of Oraichain',
|
|
543
|
+
extended_description: 'Toincoin has been bridged from The Open Network to Oraichain.',
|
|
539
544
|
denom_units: [{
|
|
540
545
|
denom: 'factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton',
|
|
541
546
|
exponent: 0,
|
|
@@ -19509,6 +19509,7 @@ const info = {
|
|
|
19509
19509
|
},
|
|
19510
19510
|
{
|
|
19511
19511
|
description: 'An alloy of TON asset variants on Osmosis.',
|
|
19512
|
+
extended_description: 'Multiple Toncoin variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of TON.',
|
|
19512
19513
|
denom_units: [{
|
|
19513
19514
|
denom: 'factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON',
|
|
19514
19515
|
exponent: 0
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -149,6 +149,35 @@ const info = [
|
|
|
149
149
|
}
|
|
150
150
|
}]
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
$schema: '../ibc_data.schema.json',
|
|
154
|
+
chain_1: {
|
|
155
|
+
chain_name: 'andromeda',
|
|
156
|
+
client_id: '07-tendermint-19',
|
|
157
|
+
connection_id: 'connection-15'
|
|
158
|
+
},
|
|
159
|
+
chain_2: {
|
|
160
|
+
chain_name: 'osmosis',
|
|
161
|
+
client_id: '07-tendermint-3250',
|
|
162
|
+
connection_id: 'connection-2735'
|
|
163
|
+
},
|
|
164
|
+
channels: [{
|
|
165
|
+
chain_1: {
|
|
166
|
+
channel_id: 'channel-17',
|
|
167
|
+
port_id: 'transfer'
|
|
168
|
+
},
|
|
169
|
+
chain_2: {
|
|
170
|
+
channel_id: 'channel-81924',
|
|
171
|
+
port_id: 'transfer'
|
|
172
|
+
},
|
|
173
|
+
ordering: 'unordered',
|
|
174
|
+
version: 'ics20-1',
|
|
175
|
+
tags: {
|
|
176
|
+
status: 'live',
|
|
177
|
+
preferred: true
|
|
178
|
+
}
|
|
179
|
+
}]
|
|
180
|
+
},
|
|
152
181
|
{
|
|
153
182
|
$schema: '../ibc_data.schema.json',
|
|
154
183
|
chain_1: {
|
package/mainnet/terra/assets.js
CHANGED
|
@@ -5150,28 +5150,25 @@ const info = {
|
|
|
5150
5150
|
}]
|
|
5151
5151
|
},
|
|
5152
5152
|
{
|
|
5153
|
-
description: '
|
|
5153
|
+
description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
|
|
5154
5154
|
type_asset: 'cw20',
|
|
5155
5155
|
address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5156
5156
|
denom_units: [{
|
|
5157
5157
|
denom: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5158
5158
|
exponent: 0
|
|
5159
5159
|
}, {
|
|
5160
|
-
denom: '
|
|
5160
|
+
denom: 'juris',
|
|
5161
5161
|
exponent: 6
|
|
5162
5162
|
}],
|
|
5163
5163
|
base: 'cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
5164
|
-
name: '
|
|
5165
|
-
display: '
|
|
5166
|
-
symbol: '
|
|
5164
|
+
name: 'Juris Protocol',
|
|
5165
|
+
display: 'juris',
|
|
5166
|
+
symbol: 'JURIS',
|
|
5167
5167
|
logo_URIs: {
|
|
5168
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
5168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
5169
5169
|
},
|
|
5170
5170
|
images: [{
|
|
5171
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/
|
|
5172
|
-
theme: {
|
|
5173
|
-
primary_color_hex: '#191717'
|
|
5174
|
-
}
|
|
5171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
5175
5172
|
}]
|
|
5176
5173
|
},
|
|
5177
5174
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.82",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.65",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.65"
|
|
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": "c81a28d5963c678dd8f0f02a146d2fc99e455c4b"
|
|
47
47
|
}
|