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
|
@@ -28,15 +28,15 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
31
|
-
recommended_version: 'v1.
|
|
32
|
-
compatible_versions: ['v1.
|
|
31
|
+
recommended_version: 'v1.1.1',
|
|
32
|
+
compatible_versions: ['v1.1.1'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
35
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
34
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
35
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
36
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
37
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
38
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
39
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
|
@@ -28,11 +28,11 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/xpladev/xpla',
|
|
31
|
-
recommended_version: 'v1.
|
|
32
|
-
compatible_versions: ['v1.
|
|
31
|
+
recommended_version: 'v1.7.1',
|
|
32
|
+
compatible_versions: ['v1.7.0', 'v1.7.1'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.
|
|
35
|
+
version: 'v0.38.12'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
38
|
genesis_url: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json'
|
|
@@ -40,15 +40,15 @@ const info = {
|
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
42
42
|
repo: 'https://github.com/xpladev/cosmos-sdk',
|
|
43
|
-
version: 'v0.
|
|
44
|
-
tag: 'v0.
|
|
43
|
+
version: 'v0.50.11',
|
|
44
|
+
tag: 'v0.50.11-xpla'
|
|
45
45
|
},
|
|
46
46
|
ibc: {
|
|
47
47
|
type: 'go',
|
|
48
|
-
version: '
|
|
48
|
+
version: 'v8.4.0'
|
|
49
49
|
},
|
|
50
50
|
cosmwasm: {
|
|
51
|
-
version: 'v0.
|
|
51
|
+
version: 'v0.53.2'
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logo_URIs: {
|
package/esm/testnet/assets.js
CHANGED
|
@@ -9,6 +9,7 @@ import * as _auratestnet from './auratestnet';
|
|
|
9
9
|
import * as _autheotestnet from './autheotestnet';
|
|
10
10
|
import * as _axelartestnet from './axelartestnet';
|
|
11
11
|
import * as _babylontestnet from './babylontestnet';
|
|
12
|
+
import * as _bfhevmtestnet from './bfhevmtestnet';
|
|
12
13
|
import * as _bitcannadevnet from './bitcannadevnet';
|
|
13
14
|
import * as _blockxtestnet from './blockxtestnet';
|
|
14
15
|
import * as _cascadiatestnet from './cascadiatestnet';
|
|
@@ -135,6 +136,7 @@ const assets = [
|
|
|
135
136
|
_autheotestnet.assets,
|
|
136
137
|
_axelartestnet.assets,
|
|
137
138
|
_babylontestnet.assets,
|
|
139
|
+
_bfhevmtestnet.assets,
|
|
138
140
|
_bitcannadevnet.assets,
|
|
139
141
|
_blockxtestnet.assets,
|
|
140
142
|
_cascadiatestnet.assets,
|
|
@@ -28,15 +28,15 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
31
|
-
recommended_version: 'v1.
|
|
32
|
-
compatible_versions: ['v1.
|
|
31
|
+
recommended_version: 'v1.1.1',
|
|
32
|
+
compatible_versions: ['v1.1.1'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
35
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
36
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
37
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
38
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
39
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.
|
|
34
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
|
|
35
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
|
|
36
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
|
|
37
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
|
|
38
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
|
|
39
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|