chain-registry 1.69.221 → 1.69.222
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/althea/chain.js +14 -0
- package/esm/mainnet/arkeo/chain.js +14 -0
- package/esm/mainnet/babylon/assets.js +45 -0
- package/esm/mainnet/babylon/ibc.js +29 -0
- package/esm/mainnet/injective/assets.js +51 -0
- package/esm/mainnet/int3face/assets.js +34 -0
- package/esm/mainnet/milkyway/assets.js +8 -0
- package/esm/mainnet/milkyway/ibc.js +35 -3
- package/esm/mainnet/osmosis/assets.js +73 -85
- package/esm/noncosmos/assets.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/xrpltestnet/assets.js +47 -0
- package/esm/noncosmos/xrpltestnet/index.js +2 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/int3facetestnet/assets.js +37 -1
- package/esm/testnet/int3facetestnet/ibc.js +31 -0
- package/esm/testnet/int3facetestnet/index.js +2 -0
- package/esm/testnet/osmosistestnet/assets.js +371 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/mainnet/althea/chain.js +14 -0
- package/mainnet/arkeo/chain.js +14 -0
- package/mainnet/babylon/assets.js +45 -0
- package/mainnet/babylon/ibc.js +29 -0
- package/mainnet/injective/assets.js +51 -0
- package/mainnet/int3face/assets.js +34 -0
- package/mainnet/milkyway/assets.js +8 -0
- package/mainnet/milkyway/ibc.js +35 -3
- package/mainnet/osmosis/assets.js +73 -85
- package/noncosmos/assets.js +2 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +2 -1
- package/noncosmos/xrpltestnet/assets.d.ts +3 -0
- package/noncosmos/xrpltestnet/assets.js +49 -0
- package/noncosmos/xrpltestnet/index.d.ts +1 -0
- package/noncosmos/xrpltestnet/index.js +8 -0
- package/package.json +4 -4
- package/testnet/ibc.js +2 -0
- package/testnet/int3facetestnet/assets.js +37 -1
- package/testnet/int3facetestnet/ibc.d.ts +3 -0
- package/testnet/int3facetestnet/ibc.js +33 -0
- package/testnet/int3facetestnet/index.d.ts +1 -0
- package/testnet/int3facetestnet/index.js +3 -1
- package/testnet/osmosistestnet/assets.js +371 -0
- package/testnet/osmosistestnet/ibc.js +30 -0
|
@@ -60,6 +60,10 @@ const info = {
|
|
|
60
60
|
{
|
|
61
61
|
address: 'https://rest.lavenderfive.com:443/althea',
|
|
62
62
|
provider: 'Lavender.Five Nodes 🐝'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://althea_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
66
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
63
67
|
}
|
|
64
68
|
],
|
|
65
69
|
rpc: [
|
|
@@ -74,6 +78,10 @@ const info = {
|
|
|
74
78
|
{
|
|
75
79
|
address: 'https://rpc.lavenderfive.com:443/althea',
|
|
76
80
|
provider: 'Lavender.Five Nodes 🐝'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://althea_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
84
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
grpc: [{
|
|
@@ -99,6 +107,12 @@ const info = {
|
|
|
99
107
|
url: 'https://althea.valopers.com/',
|
|
100
108
|
tx_page: 'https://althea.valopers.com/transactions/${txHash}',
|
|
101
109
|
account_page: 'https://althea.valopers.com/account/${accountAddress}'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
113
|
+
url: 'https://explorer.whenmoonwhenlambo.money/althea',
|
|
114
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/althea/tx/${txHash}',
|
|
115
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/althea/account/${accountAddress}'
|
|
102
116
|
}
|
|
103
117
|
]
|
|
104
118
|
};
|
|
@@ -57,6 +57,10 @@ const info = {
|
|
|
57
57
|
{
|
|
58
58
|
address: 'https://rpc.arkeo.roomit.xyz',
|
|
59
59
|
provider: 'Roomit'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
63
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
60
64
|
}
|
|
61
65
|
],
|
|
62
66
|
rest: [
|
|
@@ -71,6 +75,10 @@ const info = {
|
|
|
71
75
|
{
|
|
72
76
|
address: 'https://api.arkeo.roomit.xyz',
|
|
73
77
|
provider: 'Roomit'
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
81
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
74
82
|
}
|
|
75
83
|
],
|
|
76
84
|
grpc: [{
|
|
@@ -96,6 +104,12 @@ const info = {
|
|
|
96
104
|
url: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet',
|
|
97
105
|
tx_page: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
|
|
98
106
|
account_page: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
110
|
+
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
111
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
112
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
99
113
|
}
|
|
100
114
|
],
|
|
101
115
|
keywords: [
|
|
@@ -936,6 +936,51 @@ const info = {
|
|
|
936
936
|
path: '0'
|
|
937
937
|
}
|
|
938
938
|
}]
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
description: 'MilkyWay\'s liquid staked BABY',
|
|
942
|
+
denom_units: [{
|
|
943
|
+
denom: 'ibc/CD7ECDBBA538632B45915ED67C4932DDB318818C00C21489D3774E560E87E420',
|
|
944
|
+
exponent: 0
|
|
945
|
+
}, {
|
|
946
|
+
denom: 'milkBABY',
|
|
947
|
+
exponent: 6
|
|
948
|
+
}],
|
|
949
|
+
type_asset: 'ics20',
|
|
950
|
+
base: 'ibc/CD7ECDBBA538632B45915ED67C4932DDB318818C00C21489D3774E560E87E420',
|
|
951
|
+
name: 'milkBABY',
|
|
952
|
+
display: 'milkBABY',
|
|
953
|
+
symbol: 'milkBABY',
|
|
954
|
+
traces: [{
|
|
955
|
+
type: 'liquid-stake',
|
|
956
|
+
counterparty: {
|
|
957
|
+
chain_name: 'babylon',
|
|
958
|
+
base_denom: 'ubbn'
|
|
959
|
+
},
|
|
960
|
+
provider: 'MilkyWay'
|
|
961
|
+
}, {
|
|
962
|
+
type: 'ibc',
|
|
963
|
+
counterparty: {
|
|
964
|
+
chain_name: 'milkyway',
|
|
965
|
+
base_denom: 'factory/milk1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3ssgcye4/umilkBBN',
|
|
966
|
+
channel_id: 'channel-4'
|
|
967
|
+
},
|
|
968
|
+
chain: {
|
|
969
|
+
channel_id: 'channel-4',
|
|
970
|
+
path: 'transfer/channel-4/factory/milk1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3ssgcye4/umilkBBN'
|
|
971
|
+
}
|
|
972
|
+
}],
|
|
973
|
+
logo_URIs: {
|
|
974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
|
|
975
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
|
|
976
|
+
},
|
|
977
|
+
images: [{
|
|
978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
|
|
979
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg',
|
|
980
|
+
theme: {
|
|
981
|
+
primary_color_hex: '#d18dfc'
|
|
982
|
+
}
|
|
983
|
+
}]
|
|
939
984
|
}
|
|
940
985
|
]
|
|
941
986
|
};
|
|
@@ -85,6 +85,35 @@ const info = [
|
|
|
85
85
|
}
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
|
+
{
|
|
89
|
+
$schema: '../ibc_data.schema.json',
|
|
90
|
+
chain_1: {
|
|
91
|
+
chain_name: 'babylon',
|
|
92
|
+
client_id: '07-tendermint-4',
|
|
93
|
+
connection_id: 'connection-4'
|
|
94
|
+
},
|
|
95
|
+
chain_2: {
|
|
96
|
+
chain_name: 'milkyway',
|
|
97
|
+
client_id: '07-tendermint-6',
|
|
98
|
+
connection_id: 'connection-4'
|
|
99
|
+
},
|
|
100
|
+
channels: [{
|
|
101
|
+
chain_1: {
|
|
102
|
+
channel_id: 'channel-4',
|
|
103
|
+
port_id: 'transfer'
|
|
104
|
+
},
|
|
105
|
+
chain_2: {
|
|
106
|
+
channel_id: 'channel-4',
|
|
107
|
+
port_id: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
ordering: 'unordered',
|
|
110
|
+
version: 'ics20-1',
|
|
111
|
+
tags: {
|
|
112
|
+
status: 'live',
|
|
113
|
+
preferred: true
|
|
114
|
+
}
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
88
117
|
{
|
|
89
118
|
$schema: '../ibc_data.schema.json',
|
|
90
119
|
chain_1: {
|
|
@@ -1222,6 +1222,57 @@ const info = {
|
|
|
1222
1222
|
twitter: 'https://x.com/instantnoodlesinc'
|
|
1223
1223
|
},
|
|
1224
1224
|
type_asset: 'sdk.coin'
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
description: 'CW20 hINJ - Hydro Staked INJ',
|
|
1228
|
+
denom_units: [{
|
|
1229
|
+
denom: 'cw20:inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
|
|
1230
|
+
exponent: 0
|
|
1231
|
+
}, {
|
|
1232
|
+
denom: 'hINJ',
|
|
1233
|
+
exponent: 18
|
|
1234
|
+
}],
|
|
1235
|
+
type_asset: 'cw20',
|
|
1236
|
+
address: 'inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
|
|
1237
|
+
base: 'cw20:inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
|
|
1238
|
+
name: 'cw20 hINJ',
|
|
1239
|
+
display: 'hINJ',
|
|
1240
|
+
symbol: 'hINJ',
|
|
1241
|
+
traces: [{
|
|
1242
|
+
type: 'legacy-mintage',
|
|
1243
|
+
counterparty: {
|
|
1244
|
+
chain_name: 'injective',
|
|
1245
|
+
base_denom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc'
|
|
1246
|
+
},
|
|
1247
|
+
provider: 'Hydro'
|
|
1248
|
+
}],
|
|
1249
|
+
logo_URIs: {
|
|
1250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1251
|
+
},
|
|
1252
|
+
images: [{
|
|
1253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1254
|
+
}]
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
description: 'Factory Wrapped hINJ - Hydro Staked INJ',
|
|
1258
|
+
denom_units: [{
|
|
1259
|
+
denom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
|
|
1260
|
+
exponent: 0
|
|
1261
|
+
}, {
|
|
1262
|
+
denom: 'Hydro Wrapped hINJ',
|
|
1263
|
+
exponent: 18
|
|
1264
|
+
}],
|
|
1265
|
+
base: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
|
|
1266
|
+
name: 'Hydro Wrapped hINJ',
|
|
1267
|
+
display: 'Hydro Wrapped hINJ',
|
|
1268
|
+
symbol: 'hINJ',
|
|
1269
|
+
logo_URIs: {
|
|
1270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1271
|
+
},
|
|
1272
|
+
images: [{
|
|
1273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1274
|
+
}],
|
|
1275
|
+
type_asset: 'sdk.coin'
|
|
1225
1276
|
}
|
|
1226
1277
|
]
|
|
1227
1278
|
};
|
|
@@ -199,6 +199,40 @@ const info = {
|
|
|
199
199
|
}
|
|
200
200
|
}],
|
|
201
201
|
type_asset: 'sdk.coin'
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
description: 'Solana (SOL) on Int3face',
|
|
205
|
+
denom_units: [{
|
|
206
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
|
|
207
|
+
exponent: 0
|
|
208
|
+
}, {
|
|
209
|
+
denom: 'sol',
|
|
210
|
+
exponent: 9
|
|
211
|
+
}],
|
|
212
|
+
base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
|
|
213
|
+
name: 'SOL',
|
|
214
|
+
display: 'sol',
|
|
215
|
+
symbol: 'SOL',
|
|
216
|
+
traces: [{
|
|
217
|
+
type: 'bridge',
|
|
218
|
+
counterparty: {
|
|
219
|
+
chain_name: 'solana',
|
|
220
|
+
base_denom: 'Lamport'
|
|
221
|
+
},
|
|
222
|
+
provider: 'Int3face'
|
|
223
|
+
}],
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
|
|
231
|
+
theme: {
|
|
232
|
+
primary_color_hex: '#3d3d3d'
|
|
233
|
+
}
|
|
234
|
+
}],
|
|
235
|
+
type_asset: 'sdk.coin'
|
|
202
236
|
}
|
|
203
237
|
]
|
|
204
238
|
};
|
|
@@ -395,6 +395,14 @@ const info = {
|
|
|
395
395
|
name: 'milkBABY',
|
|
396
396
|
display: 'milkBABY',
|
|
397
397
|
symbol: 'milkBABY',
|
|
398
|
+
traces: [{
|
|
399
|
+
type: 'liquid-stake',
|
|
400
|
+
counterparty: {
|
|
401
|
+
chain_name: 'babylon',
|
|
402
|
+
base_denom: 'ubbn'
|
|
403
|
+
},
|
|
404
|
+
provider: 'MilkyWay'
|
|
405
|
+
}],
|
|
398
406
|
logo_URIs: {
|
|
399
407
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
|
|
400
408
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
|
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'babylon',
|
|
6
|
+
client_id: '07-tendermint-4',
|
|
7
|
+
connection_id: 'connection-4'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'milkyway',
|
|
11
|
+
client_id: '07-tendermint-6',
|
|
12
|
+
connection_id: 'connection-4'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-4',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-4',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
2
32
|
$schema: '../ibc_data.schema.json',
|
|
3
33
|
chain_1: {
|
|
4
34
|
chain_name: 'celestia',
|
|
@@ -26,7 +56,8 @@ const info = [{
|
|
|
26
56
|
preferred: true
|
|
27
57
|
}
|
|
28
58
|
}]
|
|
29
|
-
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
30
61
|
$schema: '../ibc_data.schema.json',
|
|
31
62
|
chain_1: {
|
|
32
63
|
chain_name: 'milkyway',
|
|
@@ -55,5 +86,6 @@ const info = [{
|
|
|
55
86
|
dex: 'osmosis'
|
|
56
87
|
}
|
|
57
88
|
}]
|
|
58
|
-
}
|
|
89
|
+
}
|
|
90
|
+
];
|
|
59
91
|
export default info;
|
|
@@ -20442,7 +20442,7 @@ const info = {
|
|
|
20442
20442
|
}]
|
|
20443
20443
|
},
|
|
20444
20444
|
{
|
|
20445
|
-
description: 'Dogecoin
|
|
20445
|
+
description: 'Native DOGE from Dogecoin blockchain bridged via Int3face bridge',
|
|
20446
20446
|
denom_units: [{
|
|
20447
20447
|
denom: 'ibc/B3DFDC2958A2BE482532DA3B6B5729B469BE7475598F7487D98B1B3E085245DE',
|
|
20448
20448
|
exponent: 0,
|
|
@@ -20479,12 +20479,10 @@ const info = {
|
|
|
20479
20479
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
20480
20480
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
|
|
20481
20481
|
},
|
|
20482
|
-
images: [
|
|
20483
|
-
{
|
|
20482
|
+
images: [{
|
|
20484
20483
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
20485
20484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
|
|
20486
|
-
},
|
|
20487
|
-
{
|
|
20485
|
+
}, {
|
|
20488
20486
|
image_sync: {
|
|
20489
20487
|
chain_name: 'int3face',
|
|
20490
20488
|
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
@@ -20494,21 +20492,10 @@ const info = {
|
|
|
20494
20492
|
theme: {
|
|
20495
20493
|
primary_color_hex: '#3d3d3d'
|
|
20496
20494
|
}
|
|
20497
|
-
}
|
|
20498
|
-
{
|
|
20499
|
-
image_sync: {
|
|
20500
|
-
chain_name: 'int3face',
|
|
20501
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
20502
|
-
},
|
|
20503
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3doge.png',
|
|
20504
|
-
theme: {
|
|
20505
|
-
primary_color_hex: '#3d3d3d'
|
|
20506
|
-
}
|
|
20507
|
-
}
|
|
20508
|
-
]
|
|
20495
|
+
}]
|
|
20509
20496
|
},
|
|
20510
20497
|
{
|
|
20511
|
-
description: 'Bitcoin
|
|
20498
|
+
description: 'Native BTC from Bitcoin blockchain bridged via Int3face bridge',
|
|
20512
20499
|
denom_units: [{
|
|
20513
20500
|
denom: 'ibc/2F4258D6E1E01B203D6CA83F2C7E4959615053A21EC2C2FC196F7911CAC832EF',
|
|
20514
20501
|
exponent: 0,
|
|
@@ -20545,12 +20532,10 @@ const info = {
|
|
|
20545
20532
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
20546
20533
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
|
|
20547
20534
|
},
|
|
20548
|
-
images: [
|
|
20549
|
-
{
|
|
20535
|
+
images: [{
|
|
20550
20536
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
20551
20537
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
|
|
20552
|
-
},
|
|
20553
|
-
{
|
|
20538
|
+
}, {
|
|
20554
20539
|
image_sync: {
|
|
20555
20540
|
chain_name: 'int3face',
|
|
20556
20541
|
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
|
|
@@ -20560,21 +20545,10 @@ const info = {
|
|
|
20560
20545
|
theme: {
|
|
20561
20546
|
primary_color_hex: '#3d3d3d'
|
|
20562
20547
|
}
|
|
20563
|
-
}
|
|
20564
|
-
{
|
|
20565
|
-
image_sync: {
|
|
20566
|
-
chain_name: 'int3face',
|
|
20567
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
|
|
20568
|
-
},
|
|
20569
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3btc.png',
|
|
20570
|
-
theme: {
|
|
20571
|
-
primary_color_hex: '#3d3d3d'
|
|
20572
|
-
}
|
|
20573
|
-
}
|
|
20574
|
-
]
|
|
20548
|
+
}]
|
|
20575
20549
|
},
|
|
20576
20550
|
{
|
|
20577
|
-
description: 'Bitcoin-Cash
|
|
20551
|
+
description: 'Native BCH from Bitcoin-Cash blockchain bridged via Int3face bridge',
|
|
20578
20552
|
denom_units: [{
|
|
20579
20553
|
denom: 'ibc/869E01805EBBDDCAEA588666CD5149728B7DC7D69F30D92F77AD67F77CEB3FDA',
|
|
20580
20554
|
exponent: 0,
|
|
@@ -20611,12 +20585,10 @@ const info = {
|
|
|
20611
20585
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
20612
20586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
|
|
20613
20587
|
},
|
|
20614
|
-
images: [
|
|
20615
|
-
{
|
|
20588
|
+
images: [{
|
|
20616
20589
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
20617
20590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
|
|
20618
|
-
},
|
|
20619
|
-
{
|
|
20591
|
+
}, {
|
|
20620
20592
|
image_sync: {
|
|
20621
20593
|
chain_name: 'int3face',
|
|
20622
20594
|
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
|
|
@@ -20626,21 +20598,10 @@ const info = {
|
|
|
20626
20598
|
theme: {
|
|
20627
20599
|
primary_color_hex: '#3d3d3d'
|
|
20628
20600
|
}
|
|
20629
|
-
}
|
|
20630
|
-
{
|
|
20631
|
-
image_sync: {
|
|
20632
|
-
chain_name: 'int3face',
|
|
20633
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
|
|
20634
|
-
},
|
|
20635
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3bch.png',
|
|
20636
|
-
theme: {
|
|
20637
|
-
primary_color_hex: '#3d3d3d'
|
|
20638
|
-
}
|
|
20639
|
-
}
|
|
20640
|
-
]
|
|
20601
|
+
}]
|
|
20641
20602
|
},
|
|
20642
20603
|
{
|
|
20643
|
-
description: '
|
|
20604
|
+
description: 'Native LTC from Litecion blockchain bridged via Int3face bridge',
|
|
20644
20605
|
denom_units: [{
|
|
20645
20606
|
denom: 'ibc/905326586AE1C86AC8B1CDB20BE957DE5FB23963EDD2C9ADD3E835CC22115A46',
|
|
20646
20607
|
exponent: 0,
|
|
@@ -20677,12 +20638,10 @@ const info = {
|
|
|
20677
20638
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
20678
20639
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
|
|
20679
20640
|
},
|
|
20680
|
-
images: [
|
|
20681
|
-
{
|
|
20641
|
+
images: [{
|
|
20682
20642
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
20683
20643
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
|
|
20684
|
-
},
|
|
20685
|
-
{
|
|
20644
|
+
}, {
|
|
20686
20645
|
image_sync: {
|
|
20687
20646
|
chain_name: 'int3face',
|
|
20688
20647
|
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
|
|
@@ -20692,18 +20651,7 @@ const info = {
|
|
|
20692
20651
|
theme: {
|
|
20693
20652
|
primary_color_hex: '#3d3d3d'
|
|
20694
20653
|
}
|
|
20695
|
-
}
|
|
20696
|
-
{
|
|
20697
|
-
image_sync: {
|
|
20698
|
-
chain_name: 'int3face',
|
|
20699
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
|
|
20700
|
-
},
|
|
20701
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ltc.png',
|
|
20702
|
-
theme: {
|
|
20703
|
-
primary_color_hex: '#3d3d3d'
|
|
20704
|
-
}
|
|
20705
|
-
}
|
|
20706
|
-
]
|
|
20654
|
+
}]
|
|
20707
20655
|
},
|
|
20708
20656
|
{
|
|
20709
20657
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
@@ -21942,7 +21890,7 @@ const info = {
|
|
|
21942
21890
|
}]
|
|
21943
21891
|
},
|
|
21944
21892
|
{
|
|
21945
|
-
description: 'TON
|
|
21893
|
+
description: 'Native TON coin bridged via Int3face bridge',
|
|
21946
21894
|
denom_units: [{
|
|
21947
21895
|
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
21948
21896
|
exponent: 0,
|
|
@@ -21979,12 +21927,10 @@ const info = {
|
|
|
21979
21927
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
21980
21928
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
21981
21929
|
},
|
|
21982
|
-
images: [
|
|
21983
|
-
{
|
|
21930
|
+
images: [{
|
|
21984
21931
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
21985
21932
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
21986
|
-
},
|
|
21987
|
-
{
|
|
21933
|
+
}, {
|
|
21988
21934
|
image_sync: {
|
|
21989
21935
|
chain_name: 'int3face',
|
|
21990
21936
|
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
@@ -21994,18 +21940,7 @@ const info = {
|
|
|
21994
21940
|
theme: {
|
|
21995
21941
|
primary_color_hex: '#3d3d3d'
|
|
21996
21942
|
}
|
|
21997
|
-
}
|
|
21998
|
-
{
|
|
21999
|
-
image_sync: {
|
|
22000
|
-
chain_name: 'int3face',
|
|
22001
|
-
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
22002
|
-
},
|
|
22003
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
|
|
22004
|
-
theme: {
|
|
22005
|
-
primary_color_hex: '#3d3d3d'
|
|
22006
|
-
}
|
|
22007
|
-
}
|
|
22008
|
-
]
|
|
21943
|
+
}]
|
|
22009
21944
|
},
|
|
22010
21945
|
{
|
|
22011
21946
|
description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
|
|
@@ -24782,6 +24717,59 @@ const info = {
|
|
|
24782
24717
|
images: [{
|
|
24783
24718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
|
|
24784
24719
|
}]
|
|
24720
|
+
},
|
|
24721
|
+
{
|
|
24722
|
+
description: 'Solana (SOL) native coin bridged via Int3face bridge',
|
|
24723
|
+
denom_units: [{
|
|
24724
|
+
denom: 'ibc/A1465DD6AF456FCD0D998869608DFEEDA4F4C11EC0A12AF92A994A3F8CBEE546',
|
|
24725
|
+
exponent: 0,
|
|
24726
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol']
|
|
24727
|
+
}, {
|
|
24728
|
+
denom: 'sol',
|
|
24729
|
+
exponent: 9
|
|
24730
|
+
}],
|
|
24731
|
+
type_asset: 'ics20',
|
|
24732
|
+
base: 'ibc/A1465DD6AF456FCD0D998869608DFEEDA4F4C11EC0A12AF92A994A3F8CBEE546',
|
|
24733
|
+
name: 'SOL (Int3)',
|
|
24734
|
+
display: 'sol',
|
|
24735
|
+
symbol: 'SOL.int3',
|
|
24736
|
+
traces: [{
|
|
24737
|
+
type: 'bridge',
|
|
24738
|
+
counterparty: {
|
|
24739
|
+
chain_name: 'solana',
|
|
24740
|
+
base_denom: 'Lamport'
|
|
24741
|
+
},
|
|
24742
|
+
provider: 'Int3face'
|
|
24743
|
+
}, {
|
|
24744
|
+
type: 'ibc',
|
|
24745
|
+
counterparty: {
|
|
24746
|
+
chain_name: 'int3face',
|
|
24747
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
|
|
24748
|
+
channel_id: 'channel-0'
|
|
24749
|
+
},
|
|
24750
|
+
chain: {
|
|
24751
|
+
channel_id: 'channel-82819',
|
|
24752
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol'
|
|
24753
|
+
}
|
|
24754
|
+
}],
|
|
24755
|
+
logo_URIs: {
|
|
24756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
|
|
24757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
|
|
24758
|
+
},
|
|
24759
|
+
images: [{
|
|
24760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
|
|
24761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
|
|
24762
|
+
}, {
|
|
24763
|
+
image_sync: {
|
|
24764
|
+
chain_name: 'int3face',
|
|
24765
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol'
|
|
24766
|
+
},
|
|
24767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
24768
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
|
|
24769
|
+
theme: {
|
|
24770
|
+
primary_color_hex: '#3d3d3d'
|
|
24771
|
+
}
|
|
24772
|
+
}]
|
|
24785
24773
|
}
|
|
24786
24774
|
]
|
|
24787
24775
|
};
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -47,6 +47,7 @@ import * as _polkadottestnet from './polkadottestnet';
|
|
|
47
47
|
import * as _polygontestnet from './polygontestnet';
|
|
48
48
|
import * as _solanatestnet from './solanatestnet';
|
|
49
49
|
import * as _tontestnet from './tontestnet';
|
|
50
|
+
import * as _xrpltestnet from './xrpltestnet';
|
|
50
51
|
import * as _ojotestnet from './ojotestnet';
|
|
51
52
|
const assets = [
|
|
52
53
|
_picasso.assets,
|
|
@@ -98,6 +99,7 @@ const assets = [
|
|
|
98
99
|
_polygontestnet.assets,
|
|
99
100
|
_solanatestnet.assets,
|
|
100
101
|
_tontestnet.assets,
|
|
102
|
+
_xrpltestnet.assets,
|
|
101
103
|
_ojotestnet.assets
|
|
102
104
|
];
|
|
103
105
|
export default assets;
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -48,4 +48,5 @@ export * as polkadottestnet from './polkadottestnet';
|
|
|
48
48
|
export * as polygontestnet from './polygontestnet';
|
|
49
49
|
export * as solanatestnet from './solanatestnet';
|
|
50
50
|
export * as tontestnet from './tontestnet';
|
|
51
|
+
export * as xrpltestnet from './xrpltestnet';
|
|
51
52
|
export * as ojotestnet from './ojotestnet';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'xrpltestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of XRP.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'drop',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'xrp',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'unknown',
|
|
14
|
+
base: 'drop',
|
|
15
|
+
name: 'Ripple',
|
|
16
|
+
display: 'xrp',
|
|
17
|
+
symbol: 'XRP',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'xrpl',
|
|
22
|
+
base_denom: 'drop'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Ripple'
|
|
25
|
+
}],
|
|
26
|
+
logo_URIs: {
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
29
|
+
},
|
|
30
|
+
coingecko_id: 'ripple',
|
|
31
|
+
images: [{
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
34
|
+
theme: {
|
|
35
|
+
circle: true,
|
|
36
|
+
background_color_hex: '#000000'
|
|
37
|
+
}
|
|
38
|
+
}, {
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg',
|
|
40
|
+
theme: {
|
|
41
|
+
circle: false,
|
|
42
|
+
background_color_hex: '#00000000'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
}]
|
|
46
|
+
};
|
|
47
|
+
export default info;
|