chain-registry 2.0.27 → 2.0.28

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.
Files changed (43) hide show
  1. package/esm/mainnet/arkeo/chain.js +17 -0
  2. package/esm/mainnet/axone/chain.js +47 -9
  3. package/esm/mainnet/elys/chain.js +0 -8
  4. package/esm/mainnet/int3face/ibc-data.js +35 -3
  5. package/esm/mainnet/kopi/chain.js +16 -2
  6. package/esm/mainnet/mtgbp/asset-list.js +6 -2
  7. package/esm/mainnet/mtgbp/chain.js +11 -11
  8. package/esm/mainnet/noble/ibc-data.js +29 -0
  9. package/esm/mainnet/osmosis/asset-list.js +4 -4
  10. package/esm/mainnet/osmosis/ibc-data.js +3 -3
  11. package/esm/mainnet/qfs/asset-list.js +6 -2
  12. package/esm/mainnet/qfs/chain.js +12 -12
  13. package/esm/mainnet/taketitan/ibc-data.js +3 -3
  14. package/esm/mainnet/umee/chain.js +0 -4
  15. package/esm/testnet/axelartestnet/ibc-data.js +1 -1
  16. package/esm/testnet/injectivetestnet/ibc-data.js +1 -1
  17. package/esm/testnet/int3facetestnet/ibc-data.js +28 -0
  18. package/esm/testnet/nobletestnet/ibc-data.js +30 -1
  19. package/esm/testnet/osmosistestnet/ibc-data.js +1 -1
  20. package/esm/testnet/soarchaintestnet/chain.js +0 -8
  21. package/esm/testnet/xiontestnet2/chain.js +7 -7
  22. package/mainnet/arkeo/chain.js +17 -0
  23. package/mainnet/axone/chain.js +47 -9
  24. package/mainnet/elys/chain.js +0 -8
  25. package/mainnet/int3face/ibc-data.js +35 -3
  26. package/mainnet/kopi/chain.js +16 -2
  27. package/mainnet/mtgbp/asset-list.js +6 -2
  28. package/mainnet/mtgbp/chain.js +11 -11
  29. package/mainnet/noble/ibc-data.js +29 -0
  30. package/mainnet/osmosis/asset-list.js +4 -4
  31. package/mainnet/osmosis/ibc-data.js +3 -3
  32. package/mainnet/qfs/asset-list.js +6 -2
  33. package/mainnet/qfs/chain.js +12 -12
  34. package/mainnet/taketitan/ibc-data.js +3 -3
  35. package/mainnet/umee/chain.js +0 -4
  36. package/package.json +3 -3
  37. package/testnet/axelartestnet/ibc-data.js +1 -1
  38. package/testnet/injectivetestnet/ibc-data.js +1 -1
  39. package/testnet/int3facetestnet/ibc-data.js +28 -0
  40. package/testnet/nobletestnet/ibc-data.js +30 -1
  41. package/testnet/osmosistestnet/ibc-data.js +1 -1
  42. package/testnet/soarchaintestnet/chain.js +0 -8
  43. package/testnet/xiontestnet2/chain.js +7 -7
@@ -61,6 +61,10 @@ const info = {
61
61
  {
62
62
  address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
63
63
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
64
+ },
65
+ {
66
+ address: 'https://rpc.arkeo.nodestake.org',
67
+ provider: 'NodeStake'
64
68
  }
65
69
  ],
66
70
  rest: [
@@ -79,11 +83,18 @@ const info = {
79
83
  {
80
84
  address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
81
85
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
86
+ },
87
+ {
88
+ address: 'https://api.arkeo.nodestake.org',
89
+ provider: 'NodeStake'
82
90
  }
83
91
  ],
84
92
  grpc: [{
85
93
  address: 'grpc.arkeo.roomit.xyz:8443',
86
94
  provider: 'Roomit'
95
+ }, {
96
+ address: 'https://grpc.arkeo.nodestake.org:443',
97
+ provider: 'NodeStake'
87
98
  }]
88
99
  },
89
100
  explorers: [
@@ -110,6 +121,12 @@ const info = {
110
121
  url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
111
122
  txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
112
123
  accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
124
+ },
125
+ {
126
+ kind: 'NodeStake',
127
+ url: 'https://explorer.nodestake.org/arkeo',
128
+ txPage: 'https://explorer.nodestake.org/arkeo/tx/${txHash}',
129
+ accountPage: 'https://explorer.nodestake.org/arkeo/account/${accountAddress}'
113
130
  }
114
131
  ],
115
132
  keywords: [
@@ -37,33 +37,71 @@ const info = {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
38
38
  },
39
39
  apis: {
40
- rpc: [{
40
+ rpc: [
41
+ {
41
42
  address: 'https://rpc.axone.cumulo.com.es',
42
43
  provider: 'cumulo'
43
- }, {
44
+ },
45
+ {
46
+ address: 'https://axone.rpc.bccnodes.com',
47
+ provider: 'BccNodes'
48
+ },
49
+ {
44
50
  address: 'https://axone-rpc.highstakes.ch',
45
51
  provider: 'High Stakes 🇨🇭'
46
- }],
47
- rest: [{
52
+ },
53
+ {
54
+ address: 'https://rpc.axone.nodestake.org',
55
+ provider: 'NodeStake'
56
+ }
57
+ ],
58
+ rest: [
59
+ {
48
60
  address: 'https://api.axone.cumulo.com.es',
49
61
  provider: 'cumulo'
50
- }, {
62
+ },
63
+ {
64
+ address: 'https://axone.lcd.bccnodes.com',
65
+ provider: 'BccNodes'
66
+ },
67
+ {
51
68
  address: 'https://axone-api.highstakes.ch',
52
69
  provider: 'High Stakes 🇨🇭'
53
- }],
54
- grpc: [{
70
+ },
71
+ {
72
+ address: 'https://api.axone.nodestake.org',
73
+ provider: 'NodeStake'
74
+ }
75
+ ],
76
+ grpc: [
77
+ {
55
78
  address: 'grpc.axone.cumulo.com.es:443',
56
79
  provider: 'cumulo'
57
- }, {
80
+ },
81
+ {
82
+ address: 'axone.grpc.bccnodes.com:443',
83
+ provider: 'BccNodes'
84
+ },
85
+ {
58
86
  address: 'https://axone-grpc.highstakes.ch',
59
87
  provider: 'High Stakes 🇨🇭'
60
- }]
88
+ },
89
+ {
90
+ address: 'grpc.axone.nodestake.org:443',
91
+ provider: 'NodeStake'
92
+ }
93
+ ]
61
94
  },
62
95
  explorers: [{
63
96
  kind: 'valopers',
64
97
  url: 'https://axone.valopers.com/',
65
98
  txPage: 'https://axone.valopers.com/transactions/${txHash}',
66
99
  accountPage: 'https://axone.valopers.com/account/${accountAddress}'
100
+ }, {
101
+ kind: 'NodeStake',
102
+ url: 'https://explorer.nodestake.org/axone',
103
+ txPage: 'https://explorer.nodestake.org/axone/tx/${txHash}',
104
+ accountPage: 'https://explorer.nodestake.org/axone/account/${accountAddress}'
67
105
  }],
68
106
  images: [{
69
107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
@@ -152,10 +152,6 @@ const info = {
152
152
  address: 'https://elys-rpc.node39.top:443',
153
153
  provider: 'Node39'
154
154
  },
155
- {
156
- address: 'https://rpc.elys.mtl.vnodesv.net',
157
- provider: 'vNodes[V] [NA] Ser[V]ices'
158
- },
159
155
  {
160
156
  address: 'https://elys.rpc.fr.vnodesv.net',
161
157
  provider: 'vNodes[V] [EUR] Ser[V]ices'
@@ -242,10 +238,6 @@ const info = {
242
238
  address: 'https://elys-api.node39.top:443',
243
239
  provider: 'Node39'
244
240
  },
245
- {
246
- address: 'https://rest.elys.mtl.vnodesv.net',
247
- provider: 'vNodes[V] [NA] Ser[V]ices'
248
- },
249
241
  {
250
242
  address: 'https://elys.rest.fr.vnodesv.net:443',
251
243
  provider: 'vNodes[V] [EUR] Ser[V]ices'
@@ -1,4 +1,5 @@
1
- const info = [{
1
+ const info = [
2
+ {
2
3
  $schema: '../ibc_data.schema.json',
3
4
  chain1: {
4
5
  chainName: 'int3face',
@@ -26,7 +27,37 @@ const info = [{
26
27
  preferred: true
27
28
  }
28
29
  }]
29
- }, {
30
+ },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'int3face',
35
+ clientId: '07-tendermint-4',
36
+ connectionId: 'connection-2'
37
+ },
38
+ chain2: {
39
+ chainName: 'noble',
40
+ clientId: '07-tendermint-179',
41
+ connectionId: 'connection-172'
42
+ },
43
+ channels: [{
44
+ chain1: {
45
+ channelId: 'channel-2',
46
+ portId: 'transfer'
47
+ },
48
+ chain2: {
49
+ channelId: 'channel-165',
50
+ portId: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
30
61
  $schema: '../ibc_data.schema.json',
31
62
  chain1: {
32
63
  chainName: 'int3face',
@@ -54,5 +85,6 @@ const info = [{
54
85
  preferred: true
55
86
  }
56
87
  }]
57
- }];
88
+ }
89
+ ];
58
90
  export default info;
@@ -12,12 +12,26 @@ const info = {
12
12
  bech32Prefix: 'kopi',
13
13
  slip44: 118,
14
14
  fees: {
15
- feeTokens: [{
15
+ feeTokens: [
16
+ {
16
17
  denom: 'ukopi',
17
18
  lowGasPrice: 0.01,
18
19
  averageGasPrice: 0.025,
19
20
  highGasPrice: 0.03
20
- }]
21
+ },
22
+ {
23
+ denom: 'ukusd',
24
+ lowGasPrice: 0.01,
25
+ averageGasPrice: 0.025,
26
+ highGasPrice: 0.03
27
+ },
28
+ {
29
+ denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
30
+ lowGasPrice: 0.01,
31
+ averageGasPrice: 0.025,
32
+ highGasPrice: 0.03
33
+ }
34
+ ]
21
35
  },
22
36
  staking: {
23
37
  stakingTokens: [{
@@ -5,10 +5,14 @@ const info = {
5
5
  description: 'MTGBP the stablecoin of the future.',
6
6
  extendedDescription: 'MTGBP is known as the stablecoin of the future. This stablecoin is based on the British pound, which means its value stays the same as the pound.\n\nMTGBP aims to connect traditional money with digital money, giving people a stable and trustworthy digital currency. This stablecoin combines the stability of the British pound with the speed and efficiency of blockchain technology.\n\nMTGBP makes it easy to do financial transactions without the ups and downs that other cryptocurrencies have. With MTGBP, you can send money, trade, and invest knowing that its value will stay steady. This makes it useful for everyday use and for long-term financial plans.\n\nIn short, MTGBP offers the stability of the British pound and the benefits of cryptocurrency, making it a safe and easy option for everyone.\n\n',
7
7
  denomUnits: [{
8
+ denom: 'umtgbp',
9
+ exponent: 0,
10
+ aliases: ['micromtgbp']
11
+ }, {
8
12
  denom: 'mtgbp',
9
- exponent: 0
13
+ exponent: 6
10
14
  }],
11
- base: 'mtgbp',
15
+ base: 'umtgbp',
12
16
  name: 'mtgbp',
13
17
  display: 'mtgbp',
14
18
  symbol: 'MTGBP',
@@ -8,13 +8,13 @@ const info = {
8
8
  chainType: 'cosmos',
9
9
  chainId: 'mtgbp-1',
10
10
  bech32Prefix: 'mtgbp',
11
- daemonName: 'mtgbp',
12
- nodeHome: '$HOME/.ssc',
11
+ daemonName: 'mtgbpd',
12
+ nodeHome: '$HOME/.mtgbpd',
13
13
  keyAlgos: ['secp256k1'],
14
- slip44: 1179993441,
14
+ slip44: 118,
15
15
  staking: {
16
16
  stakingTokens: [{
17
- denom: 'mtgbp'
17
+ denom: 'umtgbp'
18
18
  }],
19
19
  lockDuration: {
20
20
  time: '1814400s'
@@ -22,15 +22,15 @@ const info = {
22
22
  },
23
23
  fees: {
24
24
  feeTokens: [{
25
- denom: 'mtgbp',
26
- lowGasPrice: 0.000001,
27
- averageGasPrice: 0.000005,
28
- highGasPrice: 0.0001
25
+ denom: 'umtgbp',
26
+ lowGasPrice: 0.025,
27
+ averageGasPrice: 0.03,
28
+ highGasPrice: 0.035
29
29
  }]
30
30
  },
31
31
  apis: {
32
32
  rpc: [{
33
- address: 'https://rcp.mtgbp.com',
33
+ address: 'https://rpc.mtgbp.com',
34
34
  provider: 'mtgbp'
35
35
  }],
36
36
  rest: [{
@@ -38,7 +38,7 @@ const info = {
38
38
  provider: 'mtgbp'
39
39
  }],
40
40
  grpc: [{
41
- address: 'https://grcp.mtgbp.com:4090',
41
+ address: 'https://grpc.mtgbp.com',
42
42
  provider: 'mtgbp'
43
43
  }]
44
44
  },
@@ -48,7 +48,7 @@ const info = {
48
48
  },
49
49
  explorers: [{
50
50
  kind: 'ping.pub',
51
- url: 'https://blockexplorer.mtgbp.com/mtgbp',
51
+ url: 'https://blockexplorer.mtgbp.com',
52
52
  txPage: 'https://blockexplorer.mtgbp.com/mtgbp/tx/${txHash}',
53
53
  accountPage: 'https://blockexplorer.mtgbp.com/mtgbp/accounts/${accountAddress}'
54
54
  }],
@@ -577,6 +577,35 @@ const info = [
577
577
  }
578
578
  }]
579
579
  },
580
+ {
581
+ $schema: '../ibc_data.schema.json',
582
+ chain1: {
583
+ chainName: 'int3face',
584
+ clientId: '07-tendermint-4',
585
+ connectionId: 'connection-2'
586
+ },
587
+ chain2: {
588
+ chainName: 'noble',
589
+ clientId: '07-tendermint-179',
590
+ connectionId: 'connection-172'
591
+ },
592
+ channels: [{
593
+ chain1: {
594
+ channelId: 'channel-2',
595
+ portId: 'transfer'
596
+ },
597
+ chain2: {
598
+ channelId: 'channel-165',
599
+ portId: 'transfer'
600
+ },
601
+ ordering: 'unordered',
602
+ version: 'ics20-1',
603
+ tags: {
604
+ status: 'live',
605
+ preferred: true
606
+ }
607
+ }]
608
+ },
580
609
  {
581
610
  $schema: '../ibc_data.schema.json',
582
611
  chain1: {
@@ -24647,7 +24647,7 @@ const info = {
24647
24647
  {
24648
24648
  description: 'TakeTitan Titans',
24649
24649
  denomUnits: [{
24650
- denom: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24650
+ denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
24651
24651
  exponent: 0,
24652
24652
  aliases: ['utitan']
24653
24653
  }, {
@@ -24656,7 +24656,7 @@ const info = {
24656
24656
  aliases: []
24657
24657
  }],
24658
24658
  typeAsset: 'ics20',
24659
- base: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24659
+ base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
24660
24660
  name: 'TakeTitan Titans',
24661
24661
  display: 'titan',
24662
24662
  symbol: 'TITAN',
@@ -24668,8 +24668,8 @@ const info = {
24668
24668
  channelId: 'channel-0'
24669
24669
  },
24670
24670
  chain: {
24671
- channelId: 'channel-104765',
24672
- path: 'transfer/channel-104765/utitan'
24671
+ channelId: 'channel-105111',
24672
+ path: 'transfer/channel-105111/utitan'
24673
24673
  }
24674
24674
  }],
24675
24675
  logoURIs: {
@@ -4632,8 +4632,8 @@ const info = [
4632
4632
  $schema: '../ibc_data.schema.json',
4633
4633
  chain1: {
4634
4634
  chainName: 'osmosis',
4635
- clientId: '07-tendermint-3508',
4636
- connectionId: 'connection-10756'
4635
+ clientId: '07-tendermint-3529',
4636
+ connectionId: 'connection-10769'
4637
4637
  },
4638
4638
  chain2: {
4639
4639
  chainName: 'taketitan',
@@ -4642,7 +4642,7 @@ const info = [
4642
4642
  },
4643
4643
  channels: [{
4644
4644
  chain1: {
4645
- channelId: 'channel-104765',
4645
+ channelId: 'channel-105111',
4646
4646
  portId: 'transfer'
4647
4647
  },
4648
4648
  chain2: {
@@ -5,10 +5,14 @@ const info = {
5
5
  description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
6
6
  extendedDescription: 'QFS stands for Quantum Financial Systems, a revolutionary concept designed to integrate traditional financial systems with the rapidly evolving world of cryptocurrency and blockchain technology. The primary aim of QFS is to create a seamless interface that allows for the secure, efficient, and transparent exchange of assets between these two financial realms. By leveraging advanced quantum computing capabilities, QFS seeks to enhance the speed and security of transactions, reduce the risk of fraud, and provide a robust framework for financial innovation. This system is poised to transform how we conduct financial operations, offering unprecedented levels of trust and efficiency in the global financial landscape. Through the integration of traditional banking structures with the decentralized nature of cryptocurrencies, QFS aspires to bridge the gap between conventional and digital finance, paving the way for a more inclusive and technologically advanced financial future.',
7
7
  denomUnits: [{
8
+ denom: 'uqfs',
9
+ exponent: 0,
10
+ aliases: ['microqfs']
11
+ }, {
8
12
  denom: 'qfs',
9
- exponent: 0
13
+ exponent: 6
10
14
  }],
11
- base: 'qfs',
15
+ base: 'uqfs',
12
16
  name: 'qfs',
13
17
  display: 'qfs',
14
18
  symbol: 'QFS',
@@ -3,18 +3,18 @@ const info = {
3
3
  chainName: 'qfs',
4
4
  status: 'live',
5
5
  networkType: 'mainnet',
6
- website: 'https://qfs.com/',
6
+ website: 'https://qfsone.com/',
7
7
  prettyName: 'Quantum Financial Systems',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'qfs-1',
10
10
  bech32Prefix: 'qfs',
11
- daemonName: 'qfs',
12
- nodeHome: '$HOME/.ssc',
11
+ daemonName: 'qfsd',
12
+ nodeHome: '$HOME/.qfsd',
13
13
  keyAlgos: ['secp256k1'],
14
- slip44: 1179993431,
14
+ slip44: 118,
15
15
  staking: {
16
16
  stakingTokens: [{
17
- denom: 'qfs'
17
+ denom: 'uqfs'
18
18
  }],
19
19
  lockDuration: {
20
20
  time: '1814400s'
@@ -22,15 +22,15 @@ const info = {
22
22
  },
23
23
  fees: {
24
24
  feeTokens: [{
25
- denom: 'qfs',
26
- lowGasPrice: 0.000001,
27
- averageGasPrice: 0.000005,
28
- highGasPrice: 0.0001
25
+ denom: 'uqfs',
26
+ lowGasPrice: 0.025,
27
+ averageGasPrice: 0.03,
28
+ highGasPrice: 0.035
29
29
  }]
30
30
  },
31
31
  apis: {
32
32
  rpc: [{
33
- address: 'https://rcp.qfsone.com',
33
+ address: 'https://rpc.qfsone.com',
34
34
  provider: 'qfs'
35
35
  }],
36
36
  rest: [{
@@ -38,7 +38,7 @@ const info = {
38
38
  provider: 'qfs'
39
39
  }],
40
40
  grpc: [{
41
- address: 'https://grc.qfsone.com:9090',
41
+ address: 'https://grpc.qfsone.com',
42
42
  provider: 'qfs'
43
43
  }]
44
44
  },
@@ -48,7 +48,7 @@ const info = {
48
48
  },
49
49
  explorers: [{
50
50
  kind: 'ping.pub',
51
- url: 'https://blockexplorer.qfsone.com/qfs',
51
+ url: 'https://blockexplorer.qfsone.com',
52
52
  txPage: 'https://blockexplorer.qfsone.com/qfs/tx/${txHash}',
53
53
  accountPage: 'https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}'
54
54
  }],
@@ -2,8 +2,8 @@ const info = [{
2
2
  $schema: '../ibc_data.schema.json',
3
3
  chain1: {
4
4
  chainName: 'osmosis',
5
- clientId: '07-tendermint-3508',
6
- connectionId: 'connection-10756'
5
+ clientId: '07-tendermint-3529',
6
+ connectionId: 'connection-10769'
7
7
  },
8
8
  chain2: {
9
9
  chainName: 'taketitan',
@@ -12,7 +12,7 @@ const info = [{
12
12
  },
13
13
  channels: [{
14
14
  chain1: {
15
- channelId: 'channel-104765',
15
+ channelId: 'channel-105111',
16
16
  portId: 'transfer'
17
17
  },
18
18
  chain2: {
@@ -79,10 +79,6 @@ const info = {
79
79
  address: 'http://rpc-umee-0.node75.org:26657',
80
80
  provider: 'Pro-Nodes75'
81
81
  },
82
- {
83
- address: 'https://umee-rpc.tienthuattoan.com',
84
- provider: 'TTT 🇻🇳'
85
- },
86
82
  {
87
83
  address: 'https://rpc-umee-01.stakeflow.io',
88
84
  provider: 'Stakeflow'
@@ -385,7 +385,7 @@ const info = [
385
385
  connectionId: 'connection-752'
386
386
  },
387
387
  chain2: {
388
- chainName: 'xiontestnet',
388
+ chainName: 'xiontestnet1',
389
389
  clientId: '07-tendermint-127',
390
390
  connectionId: 'connection-64'
391
391
  },
@@ -81,7 +81,7 @@ const info = [
81
81
  connectionId: 'connection-220'
82
82
  },
83
83
  chain2: {
84
- chainName: 'xiontestnet',
84
+ chainName: 'xiontestnet1',
85
85
  clientId: '07-tendermint-119',
86
86
  connectionId: 'connection-55'
87
87
  },
@@ -1,4 +1,32 @@
1
1
  const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'int3facetestnet',
5
+ clientId: '07-tendermint-12',
6
+ connectionId: 'connection-8'
7
+ },
8
+ chain2: {
9
+ chainName: 'nobletestnet',
10
+ clientId: '07-tendermint-529',
11
+ connectionId: 'connection-491'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-4',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-537',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }, {
2
30
  $schema: '../../ibc_data.schema.json',
3
31
  chain1: {
4
32
  chainName: 'int3facetestnet',
@@ -85,6 +85,35 @@ const info = [
85
85
  }
86
86
  }]
87
87
  },
88
+ {
89
+ $schema: '../../ibc_data.schema.json',
90
+ chain1: {
91
+ chainName: 'int3facetestnet',
92
+ clientId: '07-tendermint-12',
93
+ connectionId: 'connection-8'
94
+ },
95
+ chain2: {
96
+ chainName: 'nobletestnet',
97
+ clientId: '07-tendermint-529',
98
+ connectionId: 'connection-491'
99
+ },
100
+ channels: [{
101
+ chain1: {
102
+ channelId: 'channel-4',
103
+ portId: 'transfer'
104
+ },
105
+ chain2: {
106
+ channelId: 'channel-537',
107
+ portId: '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
  chain1: {
@@ -318,7 +347,7 @@ const info = [
318
347
  connectionId: 'connection-176'
319
348
  },
320
349
  chain2: {
321
- chainName: 'xiontestnet',
350
+ chainName: 'xiontestnet1',
322
351
  clientId: '07-tendermint-120',
323
352
  connectionId: 'connection-56'
324
353
  },
@@ -1260,7 +1260,7 @@ const info = [
1260
1260
  connectionId: 'connection-2826'
1261
1261
  },
1262
1262
  chain2: {
1263
- chainName: 'xiontestnet',
1263
+ chainName: 'xiontestnet1',
1264
1264
  clientId: '07-tendermint-121',
1265
1265
  connectionId: 'connection-57'
1266
1266
  },
@@ -64,10 +64,6 @@ const info = {
64
64
  address: 'https://rpc2.testnet.soarchain.com/',
65
65
  provider: 'soarchain'
66
66
  },
67
- {
68
- address: 'https://soarchain-testnet-rpc.tienthuattoan.com',
69
- provider: 'tienthuattoan'
70
- },
71
67
  {
72
68
  address: 'https://soarchain-testnet.rpc.kjnodes.com',
73
69
  provider: 'kjnodes'
@@ -86,10 +82,6 @@ const info = {
86
82
  address: 'https://api.testnet.soarchain.com/',
87
83
  provider: 'soarchain'
88
84
  },
89
- {
90
- address: 'https://soarchain-testnet-api.tienthuattoan.com',
91
- provider: 'tienthuattoan'
92
- },
93
85
  {
94
86
  address: 'https://soarchain-testnet-rest.stakerhouse.com',
95
87
  provider: 'stakerHouse'