chain-registry 1.69.144 → 1.69.146
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/atomone/chain.js +8 -8
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/atomonetestnet/chain.js +8 -8
- package/esm/testnet/axelartestnet/assets.js +204 -984
- package/esm/testnet/axelartestnet/ibc.js +14 -9
- package/esm/testnet/babylontestnet/chain.js +4 -1
- package/esm/testnet/bfhevmtestnet/assets.js +27 -0
- package/esm/testnet/bfhevmtestnet/chain.js +63 -0
- package/esm/testnet/bfhevmtestnet/index.js +4 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/manifesttestnet/assets.js +71 -2
- package/esm/testnet/manifesttestnet/ibc.js +28 -18
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/assets.js +204 -1531
- package/esm/testnet/osmosistestnet/ibc.js +14 -9
- package/mainnet/atomone/chain.js +8 -8
- package/mainnet/xpla/chain.js +7 -7
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/atomonetestnet/chain.js +8 -8
- package/testnet/axelartestnet/assets.js +204 -984
- package/testnet/axelartestnet/ibc.js +14 -9
- package/testnet/babylontestnet/chain.js +4 -1
- package/testnet/bfhevmtestnet/assets.d.ts +3 -0
- package/testnet/bfhevmtestnet/assets.js +29 -0
- package/testnet/bfhevmtestnet/chain.d.ts +3 -0
- package/testnet/bfhevmtestnet/chain.js +65 -0
- package/testnet/bfhevmtestnet/index.d.ts +2 -0
- package/testnet/bfhevmtestnet/index.js +10 -0
- package/testnet/chains.js +2 -0
- package/testnet/manifesttestnet/assets.js +71 -2
- package/testnet/manifesttestnet/ibc.js +28 -18
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/osmosistestnet/assets.js +204 -1531
- package/testnet/osmosistestnet/ibc.js +14 -9
|
@@ -568,27 +568,32 @@ const info = [
|
|
|
568
568
|
$schema: '../../ibc_data.schema.json',
|
|
569
569
|
chain_1: {
|
|
570
570
|
chain_name: 'manifesttestnet',
|
|
571
|
-
client_id: '07-tendermint-
|
|
572
|
-
connection_id: 'connection-
|
|
571
|
+
client_id: '07-tendermint-8',
|
|
572
|
+
connection_id: 'connection-9'
|
|
573
573
|
},
|
|
574
574
|
chain_2: {
|
|
575
575
|
chain_name: 'osmosistestnet',
|
|
576
|
-
client_id: '07-tendermint-
|
|
577
|
-
connection_id: 'connection-
|
|
576
|
+
client_id: '07-tendermint-4456',
|
|
577
|
+
connection_id: 'connection-3898'
|
|
578
578
|
},
|
|
579
579
|
channels: [{
|
|
580
580
|
chain_1: {
|
|
581
|
-
channel_id: 'channel-
|
|
582
|
-
port_id: 'transfer'
|
|
581
|
+
channel_id: 'channel-5',
|
|
582
|
+
port_id: 'transfer',
|
|
583
|
+
client_id: '07-tendermint-8',
|
|
584
|
+
connection_id: 'connection-9'
|
|
583
585
|
},
|
|
584
586
|
chain_2: {
|
|
585
|
-
channel_id: 'channel-
|
|
586
|
-
port_id: 'transfer'
|
|
587
|
+
channel_id: 'channel-10183',
|
|
588
|
+
port_id: 'transfer',
|
|
589
|
+
client_id: '07-tendermint-4456',
|
|
590
|
+
connection_id: 'connection-3898'
|
|
587
591
|
},
|
|
588
592
|
ordering: 'unordered',
|
|
589
593
|
version: 'ics20-1',
|
|
590
594
|
tags: {
|
|
591
|
-
status: 'live'
|
|
595
|
+
status: 'live',
|
|
596
|
+
preferred: true
|
|
592
597
|
}
|
|
593
598
|
}]
|
|
594
599
|
},
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -30,15 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
33
|
+
recommended_version: 'v1.1.1',
|
|
34
|
+
compatible_versions: ['v1.1.1'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
40
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
41
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
40
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
41
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
package/mainnet/xpla/chain.js
CHANGED
|
@@ -30,11 +30,11 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/xpladev/xpla',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
33
|
+
recommended_version: 'v1.7.1',
|
|
34
|
+
compatible_versions: ['v1.7.0', 'v1.7.1'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.
|
|
37
|
+
version: 'v0.38.12'
|
|
38
38
|
},
|
|
39
39
|
genesis: {
|
|
40
40
|
genesis_url: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json'
|
|
@@ -42,15 +42,15 @@ const info = {
|
|
|
42
42
|
sdk: {
|
|
43
43
|
type: 'cosmos',
|
|
44
44
|
repo: 'https://github.com/xpladev/cosmos-sdk',
|
|
45
|
-
version: 'v0.
|
|
46
|
-
tag: 'v0.
|
|
45
|
+
version: 'v0.50.11',
|
|
46
|
+
tag: 'v0.50.11-xpla'
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: '
|
|
50
|
+
version: 'v8.4.0'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: 'v0.
|
|
53
|
+
version: 'v0.53.2'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logo_URIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.146",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.90",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.90"
|
|
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": "8639731fbbfdefded9ce06324344d74f44c6ff0c"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -34,6 +34,7 @@ const _auratestnet = __importStar(require("./auratestnet"));
|
|
|
34
34
|
const _autheotestnet = __importStar(require("./autheotestnet"));
|
|
35
35
|
const _axelartestnet = __importStar(require("./axelartestnet"));
|
|
36
36
|
const _babylontestnet = __importStar(require("./babylontestnet"));
|
|
37
|
+
const _bfhevmtestnet = __importStar(require("./bfhevmtestnet"));
|
|
37
38
|
const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
|
|
38
39
|
const _blockxtestnet = __importStar(require("./blockxtestnet"));
|
|
39
40
|
const _cascadiatestnet = __importStar(require("./cascadiatestnet"));
|
|
@@ -160,6 +161,7 @@ const assets = [
|
|
|
160
161
|
_autheotestnet.assets,
|
|
161
162
|
_axelartestnet.assets,
|
|
162
163
|
_babylontestnet.assets,
|
|
164
|
+
_bfhevmtestnet.assets,
|
|
163
165
|
_bitcannadevnet.assets,
|
|
164
166
|
_blockxtestnet.assets,
|
|
165
167
|
_cascadiatestnet.assets,
|
|
@@ -30,15 +30,15 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
33
|
+
recommended_version: 'v1.1.1',
|
|
34
|
+
compatible_versions: ['v1.1.1'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
40
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
41
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
40
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
41
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|