chain-registry 2.0.12 → 2.0.14
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/asset-lists.js +2 -0
- package/esm/mainnet/bitbadges/asset-list.js +4 -4
- package/esm/mainnet/bitsong/chain.js +7 -7
- package/esm/mainnet/buycex/asset-list.js +28 -0
- package/esm/mainnet/buycex/chain.js +49 -0
- package/esm/mainnet/buycex/index.js +4 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cifer/asset-list.js +4 -3
- package/esm/mainnet/cifer/chain.js +9 -3
- package/esm/mainnet/humans/chain.js +0 -16
- package/esm/mainnet/injective/chain.js +1 -0
- package/esm/mainnet/manifest/asset-list.js +2 -1
- package/esm/mainnet/manifest/chain.js +3 -3
- package/esm/mainnet/osmosis/asset-list.js +3 -4
- package/esm/mainnet/symphony/chain.js +36 -9
- package/esm/mainnet/umee/chain.js +0 -6
- package/esm/mainnet/zetachain/chain.js +0 -12
- package/esm/testnet/agoricdevnet/ibc-data.js +6 -6
- package/esm/testnet/axelartestnet/ibc-data.js +6 -6
- package/esm/testnet/hippoprotocoltestnet/ibc-data.js +30 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +29 -0
- package/esm/testnet/symphonytestnet/chain.js +26 -6
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/bitbadges/asset-list.js +4 -4
- package/mainnet/bitsong/chain.js +7 -7
- package/mainnet/buycex/asset-list.d.ts +3 -0
- package/mainnet/buycex/asset-list.js +30 -0
- package/mainnet/buycex/chain.d.ts +3 -0
- package/mainnet/buycex/chain.js +51 -0
- package/mainnet/buycex/index.d.ts +2 -0
- package/mainnet/buycex/index.js +10 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cifer/asset-list.js +4 -3
- package/mainnet/cifer/chain.js +9 -3
- package/mainnet/humans/chain.js +0 -16
- package/mainnet/injective/chain.js +1 -0
- package/mainnet/manifest/asset-list.js +2 -1
- package/mainnet/manifest/chain.js +3 -3
- package/mainnet/osmosis/asset-list.js +3 -4
- package/mainnet/symphony/chain.js +36 -9
- package/mainnet/umee/chain.js +0 -6
- package/mainnet/zetachain/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/agoricdevnet/ibc-data.js +6 -6
- package/testnet/axelartestnet/ibc-data.js +6 -6
- package/testnet/hippoprotocoltestnet/ibc-data.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/ibc-data.js +32 -0
- package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
- package/testnet/hippoprotocoltestnet/index.js +3 -1
- package/testnet/ibc-data.js +2 -0
- package/testnet/osmosistestnet/ibc-data.js +29 -0
- package/testnet/symphonytestnet/chain.js +26 -6
|
@@ -432,6 +432,35 @@ const info = [
|
|
|
432
432
|
}
|
|
433
433
|
}]
|
|
434
434
|
},
|
|
435
|
+
{
|
|
436
|
+
$schema: '../../ibc_data.schema.json',
|
|
437
|
+
chain1: {
|
|
438
|
+
chainName: 'hippoprotocoltestnet',
|
|
439
|
+
clientId: '07-tendermint-0',
|
|
440
|
+
connectionId: 'connection-0'
|
|
441
|
+
},
|
|
442
|
+
chain2: {
|
|
443
|
+
chainName: 'osmosistestnet',
|
|
444
|
+
clientId: '07-tendermint-4754',
|
|
445
|
+
connectionId: 'connection-4185'
|
|
446
|
+
},
|
|
447
|
+
channels: [{
|
|
448
|
+
chain1: {
|
|
449
|
+
channelId: 'channel-0',
|
|
450
|
+
portId: 'transfer'
|
|
451
|
+
},
|
|
452
|
+
chain2: {
|
|
453
|
+
channelId: 'channel-10743',
|
|
454
|
+
portId: 'transfer'
|
|
455
|
+
},
|
|
456
|
+
ordering: 'unordered',
|
|
457
|
+
version: 'ics20-1',
|
|
458
|
+
tags: {
|
|
459
|
+
status: 'live',
|
|
460
|
+
preferred: true
|
|
461
|
+
}
|
|
462
|
+
}]
|
|
463
|
+
},
|
|
435
464
|
{
|
|
436
465
|
$schema: '../../ibc_data.schema.json',
|
|
437
466
|
chain1: {
|
|
@@ -48,20 +48,34 @@ const info = {
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
|
-
rpc: [
|
|
51
|
+
rpc: [
|
|
52
|
+
{
|
|
52
53
|
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
53
54
|
provider: 'Nodes Hub'
|
|
54
|
-
},
|
|
55
|
+
},
|
|
56
|
+
{
|
|
55
57
|
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
56
58
|
provider: 'Cogwheel ⚙️'
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc-symphonyd.vinjan.xyz',
|
|
62
|
+
provider: 'Vinjan.Inc'
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
59
67
|
address: 'https://symphony.test.api.nodeshub.online/',
|
|
60
68
|
provider: 'Nodes Hub'
|
|
61
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
62
71
|
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
63
72
|
provider: 'Cogwheel ⚙️'
|
|
64
|
-
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://api-symphonyd.vinjan.xyz',
|
|
76
|
+
provider: 'Vinjan.Inc'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
65
79
|
grpc: [{
|
|
66
80
|
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
67
81
|
provider: 'Nodes Hub'
|
|
@@ -70,6 +84,12 @@ const info = {
|
|
|
70
84
|
provider: 'Cogwheel ⚙️'
|
|
71
85
|
}]
|
|
72
86
|
},
|
|
87
|
+
explorers: [{
|
|
88
|
+
kind: 'VinjanXplorer',
|
|
89
|
+
url: 'https://xplorer.vinjan.xyz/symphony-testnet',
|
|
90
|
+
txPage: 'https://xplorer.vinjan.xyz/symphony-testnet/tx/${txHash}',
|
|
91
|
+
accountPage: 'https://xplorer.vinjan.xyz/symphony-testnet/account/${accountAddress}'
|
|
92
|
+
}],
|
|
73
93
|
logoURIs: {
|
|
74
94
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
95
|
},
|