chain-registry 1.69.86 → 1.69.88
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/beezee/assets.js +48 -0
- package/esm/mainnet/chihuahua/assets.js +31 -0
- package/esm/mainnet/cosmoshub/assets.js +37 -0
- package/esm/mainnet/elys/assets.js +179 -2
- package/esm/mainnet/elys/chain.js +8 -0
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/injective/assets.js +112 -0
- package/esm/mainnet/neutron/assets.js +41 -0
- package/esm/mainnet/osmosis/assets.js +43 -0
- package/esm/mainnet/osmosis/chain.js +12 -0
- package/esm/mainnet/terra2/assets.js +30 -0
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/manifesttestnet/ibc.js +29 -0
- package/esm/testnet/manifesttestnet/index.js +2 -0
- package/esm/testnet/osmosistestnet/ibc.js +28 -0
- package/esm/testnet/uniontestnet/chain.js +11 -44
- package/mainnet/beezee/assets.js +48 -0
- package/mainnet/chihuahua/assets.js +31 -0
- package/mainnet/cosmoshub/assets.js +37 -0
- package/mainnet/elys/assets.js +179 -2
- package/mainnet/elys/chain.js +8 -0
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/injective/assets.js +112 -0
- package/mainnet/neutron/assets.js +41 -0
- package/mainnet/osmosis/assets.js +43 -0
- package/mainnet/osmosis/chain.js +12 -0
- package/mainnet/terra2/assets.js +30 -0
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/ibc.js +2 -0
- package/testnet/manifesttestnet/ibc.d.ts +3 -0
- package/testnet/manifesttestnet/ibc.js +31 -0
- package/testnet/manifesttestnet/index.d.ts +1 -0
- package/testnet/manifesttestnet/index.js +3 -1
- package/testnet/osmosistestnet/ibc.js +28 -0
- package/testnet/uniontestnet/chain.js +11 -44
|
@@ -1006,6 +1006,118 @@ const info = {
|
|
|
1006
1006
|
primary_color_hex: '#1c1c1c'
|
|
1007
1007
|
}
|
|
1008
1008
|
}]
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
description: 'A receipt token for lent USDC issued by the Neptune Protocol.',
|
|
1012
|
+
denom_units: [{
|
|
1013
|
+
denom: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz',
|
|
1014
|
+
exponent: 0
|
|
1015
|
+
}, {
|
|
1016
|
+
denom: 'nUSDC',
|
|
1017
|
+
exponent: 6
|
|
1018
|
+
}],
|
|
1019
|
+
base: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz',
|
|
1020
|
+
name: 'Neptune Receipt USDC',
|
|
1021
|
+
display: 'nUSDC',
|
|
1022
|
+
symbol: 'nUSDC',
|
|
1023
|
+
traces: [{
|
|
1024
|
+
type: 'synthetic',
|
|
1025
|
+
counterparty: {
|
|
1026
|
+
chain_name: 'injective',
|
|
1027
|
+
base_denom: 'ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E',
|
|
1028
|
+
contract: 'inj1nc7gjkf2mhp34a6gquhurg8qahnw5kxs5u3s4u'
|
|
1029
|
+
},
|
|
1030
|
+
provider: 'Neptune'
|
|
1031
|
+
}],
|
|
1032
|
+
images: [{
|
|
1033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdc.png',
|
|
1034
|
+
theme: {
|
|
1035
|
+
primary_color_hex: '#2775ca'
|
|
1036
|
+
}
|
|
1037
|
+
}],
|
|
1038
|
+
type_asset: 'sdk.coin'
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
description: 'Bridge Solana on Injective chain via Wormhole gateway IBC channel',
|
|
1042
|
+
denom_units: [{
|
|
1043
|
+
denom: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1044
|
+
exponent: 0
|
|
1045
|
+
}, {
|
|
1046
|
+
denom: 'sol',
|
|
1047
|
+
exponent: 8
|
|
1048
|
+
}],
|
|
1049
|
+
type_asset: 'ics20',
|
|
1050
|
+
base: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1051
|
+
name: 'Solana',
|
|
1052
|
+
display: 'sol',
|
|
1053
|
+
symbol: 'SOL',
|
|
1054
|
+
traces: [{
|
|
1055
|
+
type: 'ibc',
|
|
1056
|
+
counterparty: {
|
|
1057
|
+
chain_name: 'gateway',
|
|
1058
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA',
|
|
1059
|
+
channel_id: 'channel-13'
|
|
1060
|
+
},
|
|
1061
|
+
chain: {
|
|
1062
|
+
channel_id: 'channel-183',
|
|
1063
|
+
path: 'transfer/channel-183/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
1064
|
+
}
|
|
1065
|
+
}]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
description: 'A receipt token for lent SOL issued by the Neptune Protocol.',
|
|
1069
|
+
denom_units: [{
|
|
1070
|
+
denom: 'inj1zcwr03uqw57g88nqvgpwfkazwutpqz9kplny4s',
|
|
1071
|
+
exponent: 0
|
|
1072
|
+
}, {
|
|
1073
|
+
denom: 'nSOL',
|
|
1074
|
+
exponent: 8
|
|
1075
|
+
}],
|
|
1076
|
+
base: 'inj1zcwr03uqw57g88nqvgpwfkazwutpqz9kplny4s',
|
|
1077
|
+
name: 'Neptune Receipt SOL',
|
|
1078
|
+
display: 'nSOL',
|
|
1079
|
+
symbol: 'nSOL',
|
|
1080
|
+
traces: [{
|
|
1081
|
+
type: 'synthetic',
|
|
1082
|
+
counterparty: {
|
|
1083
|
+
chain_name: 'injective',
|
|
1084
|
+
base_denom: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1085
|
+
contract: 'inj1nc7gjkf2mhp34a6gquhurg8qahnw5kxs5u3s4u'
|
|
1086
|
+
},
|
|
1087
|
+
provider: 'Neptune'
|
|
1088
|
+
}],
|
|
1089
|
+
images: [{
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nsol.png',
|
|
1091
|
+
theme: {
|
|
1092
|
+
primary_color_hex: '#7964ea'
|
|
1093
|
+
}
|
|
1094
|
+
}],
|
|
1095
|
+
type_asset: 'sdk.coin'
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
description: 'The native governance and staking token for the Neptune Finance protocol',
|
|
1099
|
+
denom_units: [{
|
|
1100
|
+
denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1101
|
+
exponent: 0
|
|
1102
|
+
}, {
|
|
1103
|
+
denom: 'NEPT',
|
|
1104
|
+
exponent: 6
|
|
1105
|
+
}],
|
|
1106
|
+
base: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1107
|
+
name: 'Neptune Finance',
|
|
1108
|
+
display: 'NEPT',
|
|
1109
|
+
symbol: 'NEPT',
|
|
1110
|
+
images: [{
|
|
1111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nept.png',
|
|
1112
|
+
theme: {
|
|
1113
|
+
primary_color_hex: '#21549f'
|
|
1114
|
+
}
|
|
1115
|
+
}],
|
|
1116
|
+
socials: {
|
|
1117
|
+
website: 'https://nept.finance/',
|
|
1118
|
+
twitter: 'https://x.com/neptune_finance'
|
|
1119
|
+
},
|
|
1120
|
+
type_asset: 'sdk.coin'
|
|
1009
1121
|
}
|
|
1010
1122
|
]
|
|
1011
1123
|
};
|
|
@@ -1415,6 +1415,47 @@ const info = {
|
|
|
1415
1415
|
twitter: 'https://x.com/Dropdotmoney'
|
|
1416
1416
|
},
|
|
1417
1417
|
type_asset: 'sdk.coin'
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
description: 'IBC NEPT, Neptune Protocol token, on Neutron chain',
|
|
1421
|
+
denom_units: [{
|
|
1422
|
+
denom: 'ibc/C084B31AB4906CD6CC65CB779B1527A66B6C98629259E3548B2F20D2753D5837',
|
|
1423
|
+
exponent: 0
|
|
1424
|
+
}, {
|
|
1425
|
+
denom: 'NEPT',
|
|
1426
|
+
exponent: 6
|
|
1427
|
+
}],
|
|
1428
|
+
base: 'ibc/C084B31AB4906CD6CC65CB779B1527A66B6C98629259E3548B2F20D2753D5837',
|
|
1429
|
+
name: 'Neptune Finance',
|
|
1430
|
+
display: 'NEPT',
|
|
1431
|
+
symbol: 'NEPT',
|
|
1432
|
+
traces: [{
|
|
1433
|
+
type: 'ibc',
|
|
1434
|
+
counterparty: {
|
|
1435
|
+
chain_name: 'injective',
|
|
1436
|
+
base_denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1437
|
+
channel_id: 'channel-177'
|
|
1438
|
+
},
|
|
1439
|
+
chain: {
|
|
1440
|
+
channel_id: 'channel-60',
|
|
1441
|
+
path: 'transfer/channel-60/factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept'
|
|
1442
|
+
}
|
|
1443
|
+
}],
|
|
1444
|
+
images: [{
|
|
1445
|
+
image_sync: {
|
|
1446
|
+
chain_name: 'injective',
|
|
1447
|
+
base_denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept'
|
|
1448
|
+
},
|
|
1449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nept.png',
|
|
1450
|
+
theme: {
|
|
1451
|
+
primary_color_hex: '#21549f'
|
|
1452
|
+
}
|
|
1453
|
+
}],
|
|
1454
|
+
socials: {
|
|
1455
|
+
website: 'https://nept.finance/',
|
|
1456
|
+
twitter: 'https://x.com/neptune_finance'
|
|
1457
|
+
},
|
|
1458
|
+
type_asset: 'ics20'
|
|
1418
1459
|
}
|
|
1419
1460
|
]
|
|
1420
1461
|
};
|
|
@@ -22243,6 +22243,49 @@ const info = {
|
|
|
22243
22243
|
primary_color_hex: '#ebb093'
|
|
22244
22244
|
}
|
|
22245
22245
|
}]
|
|
22246
|
+
},
|
|
22247
|
+
{
|
|
22248
|
+
description: 'WLF coin',
|
|
22249
|
+
denom_units: [{
|
|
22250
|
+
denom: 'ibc/3D00ACF371FC6B7BC871399B1909DDE18749FA19DE6B7A4F74E1D96BC073B3BC',
|
|
22251
|
+
exponent: 0,
|
|
22252
|
+
aliases: ['factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence']
|
|
22253
|
+
}, {
|
|
22254
|
+
denom: 'wirelibertyfence',
|
|
22255
|
+
exponent: 6
|
|
22256
|
+
}],
|
|
22257
|
+
type_asset: 'ics20',
|
|
22258
|
+
base: 'ibc/3D00ACF371FC6B7BC871399B1909DDE18749FA19DE6B7A4F74E1D96BC073B3BC',
|
|
22259
|
+
name: 'wirelibertyfence',
|
|
22260
|
+
display: 'wirelibertyfence',
|
|
22261
|
+
symbol: 'WLF',
|
|
22262
|
+
traces: [{
|
|
22263
|
+
type: 'ibc',
|
|
22264
|
+
counterparty: {
|
|
22265
|
+
chain_name: 'chihuahua',
|
|
22266
|
+
base_denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence',
|
|
22267
|
+
channel_id: 'channel-7'
|
|
22268
|
+
},
|
|
22269
|
+
chain: {
|
|
22270
|
+
channel_id: 'channel-113',
|
|
22271
|
+
path: 'transfer/channel-113/factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence'
|
|
22272
|
+
}
|
|
22273
|
+
}],
|
|
22274
|
+
logo_URIs: {
|
|
22275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png'
|
|
22276
|
+
},
|
|
22277
|
+
images: [{
|
|
22278
|
+
image_sync: {
|
|
22279
|
+
chain_name: 'chihuahua',
|
|
22280
|
+
base_denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence'
|
|
22281
|
+
},
|
|
22282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png',
|
|
22283
|
+
theme: {
|
|
22284
|
+
primary_color_hex: '#BD963D',
|
|
22285
|
+
background_color_hex: '#6C165E',
|
|
22286
|
+
circle: true
|
|
22287
|
+
}
|
|
22288
|
+
}]
|
|
22246
22289
|
}
|
|
22247
22290
|
]
|
|
22248
22291
|
};
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -173,6 +173,10 @@ const info = {
|
|
|
173
173
|
{
|
|
174
174
|
address: 'https://osmosis-rpc.chainroot.io',
|
|
175
175
|
provider: 'Chainroot'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
address: 'https://osmosis.rpc.quasarstaking.ai:443',
|
|
179
|
+
provider: 'Quasar'
|
|
176
180
|
}
|
|
177
181
|
],
|
|
178
182
|
rest: [
|
|
@@ -279,6 +283,10 @@ const info = {
|
|
|
279
283
|
{
|
|
280
284
|
address: 'https://osmosis-api.chainroot.io',
|
|
281
285
|
provider: 'Chainroot'
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
address: 'https://osmosis.api.quasarstaking.ai:443',
|
|
289
|
+
provider: 'Quasar'
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
292
|
grpc: [
|
|
@@ -353,6 +361,10 @@ const info = {
|
|
|
353
361
|
{
|
|
354
362
|
address: 'osmosis-grpc.chainroot.io:443',
|
|
355
363
|
provider: 'Chainroot'
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
address: 'osmosis.grpc.quasarstaking.ai:443',
|
|
367
|
+
provider: 'Quasar'
|
|
356
368
|
}
|
|
357
369
|
]
|
|
358
370
|
},
|
package/mainnet/terra2/assets.js
CHANGED
|
@@ -1455,6 +1455,36 @@ const info = {
|
|
|
1455
1455
|
primary_color_hex: '#1c1c1c'
|
|
1456
1456
|
}
|
|
1457
1457
|
}]
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
description: 'ERIS Arbitrage LUNA',
|
|
1461
|
+
type_asset: 'cw20',
|
|
1462
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
1463
|
+
denom_units: [{
|
|
1464
|
+
denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
1465
|
+
exponent: 0
|
|
1466
|
+
}, {
|
|
1467
|
+
denom: 'arbLUNA',
|
|
1468
|
+
exponent: 6
|
|
1469
|
+
}],
|
|
1470
|
+
base: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
1471
|
+
name: 'ERIS Arb LUNA',
|
|
1472
|
+
display: 'arbLUNA',
|
|
1473
|
+
symbol: 'arbLUNA',
|
|
1474
|
+
logo_URIs: {
|
|
1475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
1476
|
+
},
|
|
1477
|
+
images: [{
|
|
1478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
1479
|
+
}],
|
|
1480
|
+
traces: [{
|
|
1481
|
+
type: 'synthetic',
|
|
1482
|
+
counterparty: {
|
|
1483
|
+
chain_name: 'terra2',
|
|
1484
|
+
base_denom: 'uluna'
|
|
1485
|
+
},
|
|
1486
|
+
provider: 'ERIS Protocol'
|
|
1487
|
+
}]
|
|
1458
1488
|
}
|
|
1459
1489
|
]
|
|
1460
1490
|
};
|
package/mainnet/xion/ibc.js
CHANGED
|
@@ -30,6 +30,35 @@ const info = [
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'elys',
|
|
37
|
+
client_id: '07-tendermint-11',
|
|
38
|
+
connection_id: 'connection-11'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'xion',
|
|
42
|
+
client_id: '07-tendermint-7',
|
|
43
|
+
connection_id: 'connection-8'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-8',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-9',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
33
62
|
{
|
|
34
63
|
$schema: '../ibc_data.schema.json',
|
|
35
64
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.88",
|
|
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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.47",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.47"
|
|
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": "38891025122cb24e548af3fa84258190d2b505ef"
|
|
47
47
|
}
|
package/testnet/ibc.js
CHANGED
|
@@ -44,6 +44,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
|
44
44
|
const _kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
45
45
|
const _lavatestnet = __importStar(require("./lavatestnet"));
|
|
46
46
|
const _likecointestnet = __importStar(require("./likecointestnet"));
|
|
47
|
+
const _manifesttestnet = __importStar(require("./manifesttestnet"));
|
|
47
48
|
const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
|
|
48
49
|
const _marstestnet = __importStar(require("./marstestnet"));
|
|
49
50
|
const _neutrontestnet = __importStar(require("./neutrontestnet"));
|
|
@@ -86,6 +87,7 @@ const ibc = [
|
|
|
86
87
|
..._kyvetestnet.ibc,
|
|
87
88
|
..._lavatestnet.ibc,
|
|
88
89
|
..._likecointestnet.ibc,
|
|
90
|
+
..._manifesttestnet.ibc,
|
|
89
91
|
..._mantrachaintestnet.ibc,
|
|
90
92
|
..._marstestnet.ibc,
|
|
91
93
|
..._neutrontestnet.ibc,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'manifesttestnet',
|
|
7
|
+
client_id: '07-tendermint-0',
|
|
8
|
+
connection_id: 'connection-0'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosistestnet',
|
|
12
|
+
client_id: '07-tendermint-4314',
|
|
13
|
+
connection_id: 'connection-3774'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-0',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-10016',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}];
|
|
31
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
|
@@ -566,6 +566,34 @@ const info = [
|
|
|
566
566
|
}
|
|
567
567
|
}]
|
|
568
568
|
},
|
|
569
|
+
{
|
|
570
|
+
$schema: '../../ibc_data.schema.json',
|
|
571
|
+
chain_1: {
|
|
572
|
+
chain_name: 'manifesttestnet',
|
|
573
|
+
client_id: '07-tendermint-0',
|
|
574
|
+
connection_id: 'connection-0'
|
|
575
|
+
},
|
|
576
|
+
chain_2: {
|
|
577
|
+
chain_name: 'osmosistestnet',
|
|
578
|
+
client_id: '07-tendermint-4314',
|
|
579
|
+
connection_id: 'connection-3774'
|
|
580
|
+
},
|
|
581
|
+
channels: [{
|
|
582
|
+
chain_1: {
|
|
583
|
+
channel_id: 'channel-0',
|
|
584
|
+
port_id: 'transfer'
|
|
585
|
+
},
|
|
586
|
+
chain_2: {
|
|
587
|
+
channel_id: 'channel-10016',
|
|
588
|
+
port_id: 'transfer'
|
|
589
|
+
},
|
|
590
|
+
ordering: 'unordered',
|
|
591
|
+
version: 'ics20-1',
|
|
592
|
+
tags: {
|
|
593
|
+
status: 'live'
|
|
594
|
+
}
|
|
595
|
+
}]
|
|
596
|
+
},
|
|
569
597
|
{
|
|
570
598
|
$schema: '../../ibc_data.schema.json',
|
|
571
599
|
chain_1: {
|
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
network_type: 'testnet',
|
|
8
8
|
pretty_name: 'Union Testnet',
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'union-testnet-
|
|
10
|
+
chain_id: 'union-testnet-9',
|
|
11
11
|
bech32_prefix: 'union',
|
|
12
12
|
daemon_name: 'uniond',
|
|
13
13
|
node_home: '$HOME/.uniond',
|
|
@@ -28,27 +28,13 @@ const info = {
|
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
apis: {
|
|
31
|
-
rpc: [
|
|
32
|
-
|
|
33
|
-
address: 'https://rpc.testnet-8.union.build',
|
|
31
|
+
rpc: [{
|
|
32
|
+
address: 'https://rpc.testnet-9.union.build',
|
|
34
33
|
provider: 'union'
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
address: 'https://union-testnet-rpc.polkachu.com',
|
|
38
|
-
provider: 'Polkachu'
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
address: 'https://rpc-testnet-union.nodeist.net',
|
|
42
|
-
provider: 'Nodeist'
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
address: 'https://union-testnet-rpc.itrocket.net',
|
|
46
|
-
provider: 'ITRocket'
|
|
47
|
-
}
|
|
48
|
-
],
|
|
34
|
+
}],
|
|
49
35
|
rest: [
|
|
50
36
|
{
|
|
51
|
-
address: 'https://rest.testnet-
|
|
37
|
+
address: 'https://rest.testnet-9.union.build',
|
|
52
38
|
provider: 'union'
|
|
53
39
|
},
|
|
54
40
|
{
|
|
@@ -64,38 +50,19 @@ const info = {
|
|
|
64
50
|
provider: 'ITRocket'
|
|
65
51
|
}
|
|
66
52
|
],
|
|
67
|
-
grpc: [
|
|
68
|
-
|
|
69
|
-
address: 'grpc.testnet-8.union.build',
|
|
53
|
+
grpc: [{
|
|
54
|
+
address: 'grpc.testnet-9.union.build',
|
|
70
55
|
provider: 'union'
|
|
71
|
-
}
|
|
72
|
-
{
|
|
73
|
-
address: 'http://union-testnet-grpc.polkachu.com:24690',
|
|
74
|
-
provider: 'Polkachu'
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://grpc-testnet-union.nodeist.net',
|
|
78
|
-
provider: 'Nodeist'
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
address: 'http://union-testnet-grpc.itrocket.net:23090',
|
|
82
|
-
provider: 'ITRocket'
|
|
83
|
-
}
|
|
84
|
-
]
|
|
56
|
+
}]
|
|
85
57
|
},
|
|
86
58
|
logo_URIs: {
|
|
87
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png'
|
|
88
60
|
},
|
|
89
61
|
explorers: [{
|
|
90
62
|
kind: 'ping.pub',
|
|
91
|
-
url: 'https://explorer.testnet-
|
|
92
|
-
tx_page: 'https://explorer.testnet-
|
|
93
|
-
account_page: 'https://explorer.testnet-
|
|
94
|
-
}, {
|
|
95
|
-
kind: 'explorers.guru',
|
|
96
|
-
url: 'https://testnet.union.explorers.guru',
|
|
97
|
-
tx_page: 'https://testnet.union.explorers.guru/transaction/${txHash}',
|
|
98
|
-
account_page: 'https://testnet.union.explorers.guru/account/${accountAddress}'
|
|
63
|
+
url: 'https://explorer.testnet-9.union.build/union',
|
|
64
|
+
tx_page: 'https://explorer.testnet-9.union.build/union/tx/${txHash}',
|
|
65
|
+
account_page: 'https://explorer.testnet-9.union.build/union/account/${accountAddress}'
|
|
99
66
|
}],
|
|
100
67
|
keywords: ['testnet'],
|
|
101
68
|
images: [{
|