chain-registry 1.69.110 → 1.69.111
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.
|
@@ -7,18 +7,18 @@ const info = {
|
|
|
7
7
|
denom: 'ubbn',
|
|
8
8
|
exponent: 0
|
|
9
9
|
}, {
|
|
10
|
-
denom: '
|
|
10
|
+
denom: 'BABY',
|
|
11
11
|
exponent: 6
|
|
12
12
|
}],
|
|
13
13
|
base: 'ubbn',
|
|
14
|
-
name: 'Babylon
|
|
15
|
-
display: '
|
|
16
|
-
symbol: '
|
|
14
|
+
name: 'Babylon Testnet',
|
|
15
|
+
display: 'BABY',
|
|
16
|
+
symbol: 'BABY',
|
|
17
17
|
logo_URIs: {
|
|
18
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
19
19
|
},
|
|
20
20
|
images: [{
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
22
22
|
}],
|
|
23
23
|
type_asset: 'sdk.coin'
|
|
24
24
|
}]
|
|
@@ -2,11 +2,11 @@ const info = {
|
|
|
2
2
|
$schema: '../../chain.schema.json',
|
|
3
3
|
chain_name: 'babylontestnet',
|
|
4
4
|
status: 'live',
|
|
5
|
-
website: 'https://
|
|
5
|
+
website: 'https://babylonlabs.io/',
|
|
6
6
|
network_type: 'testnet',
|
|
7
|
-
pretty_name: 'Babylon Testnet
|
|
7
|
+
pretty_name: 'Babylon Testnet',
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
|
-
chain_id: 'bbn-
|
|
9
|
+
chain_id: 'bbn-test-5',
|
|
10
10
|
pre_fork_chain_name: 'babylontestnet1',
|
|
11
11
|
bech32_prefix: 'bbn',
|
|
12
12
|
slip44: 118,
|
|
@@ -24,11 +24,11 @@ const info = {
|
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
codebase: {
|
|
27
|
-
git_repo: 'https://github.com/
|
|
28
|
-
recommended_version: '
|
|
29
|
-
compatible_versions: ['
|
|
27
|
+
git_repo: 'https://github.com/babylonlabs-io/babylon',
|
|
28
|
+
recommended_version: 'v1.0.0-rc.4',
|
|
29
|
+
compatible_versions: ['v1.0.0-rc.4'],
|
|
30
30
|
genesis: {
|
|
31
|
-
genesis_url: 'https://github.com/
|
|
31
|
+
genesis_url: 'https://github.com/babylonlabs-io/networks/raw/main/bbn-test-5/network-artifacts/genesis.json'
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
logo_URIs: {
|
|
@@ -36,18 +36,19 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
apis: {
|
|
38
38
|
rpc: [{
|
|
39
|
-
address: 'rpc.
|
|
40
|
-
provider: '
|
|
39
|
+
address: 'https://babylon-testnet-rpc.nodes.guru',
|
|
40
|
+
provider: 'NodesGuru'
|
|
41
41
|
}],
|
|
42
42
|
rest: [{
|
|
43
|
-
address: '
|
|
44
|
-
provider: '
|
|
43
|
+
address: 'https://babylon-testnet-api.nodes.guru',
|
|
44
|
+
provider: 'NodesGuru'
|
|
45
45
|
}],
|
|
46
46
|
grpc: []
|
|
47
47
|
},
|
|
48
48
|
explorers: [{
|
|
49
49
|
kind: 'babylonscan',
|
|
50
|
-
url: 'https://
|
|
50
|
+
url: 'https://babylon-testnet.l2scan.co',
|
|
51
|
+
tx_page: 'https://babylon-testnet.l2scan.co/tx/${txHash}'
|
|
51
52
|
}, {
|
|
52
53
|
kind: 'explorers.guru',
|
|
53
54
|
url: 'https://testnet.babylon.explorers.guru',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.111",
|
|
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.61",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.61"
|
|
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": "30367271b8c10ca9211fffd1ee775b05ea3f8dfe"
|
|
47
47
|
}
|
|
@@ -9,18 +9,18 @@ const info = {
|
|
|
9
9
|
denom: 'ubbn',
|
|
10
10
|
exponent: 0
|
|
11
11
|
}, {
|
|
12
|
-
denom: '
|
|
12
|
+
denom: 'BABY',
|
|
13
13
|
exponent: 6
|
|
14
14
|
}],
|
|
15
15
|
base: 'ubbn',
|
|
16
|
-
name: 'Babylon
|
|
17
|
-
display: '
|
|
18
|
-
symbol: '
|
|
16
|
+
name: 'Babylon Testnet',
|
|
17
|
+
display: 'BABY',
|
|
18
|
+
symbol: 'BABY',
|
|
19
19
|
logo_URIs: {
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
21
21
|
},
|
|
22
22
|
images: [{
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
24
24
|
}],
|
|
25
25
|
type_asset: 'sdk.coin'
|
|
26
26
|
}]
|
|
@@ -4,11 +4,11 @@ const info = {
|
|
|
4
4
|
$schema: '../../chain.schema.json',
|
|
5
5
|
chain_name: 'babylontestnet',
|
|
6
6
|
status: 'live',
|
|
7
|
-
website: 'https://
|
|
7
|
+
website: 'https://babylonlabs.io/',
|
|
8
8
|
network_type: 'testnet',
|
|
9
|
-
pretty_name: 'Babylon Testnet
|
|
9
|
+
pretty_name: 'Babylon Testnet',
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
|
-
chain_id: 'bbn-
|
|
11
|
+
chain_id: 'bbn-test-5',
|
|
12
12
|
pre_fork_chain_name: 'babylontestnet1',
|
|
13
13
|
bech32_prefix: 'bbn',
|
|
14
14
|
slip44: 118,
|
|
@@ -26,11 +26,11 @@ const info = {
|
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
|
-
git_repo: 'https://github.com/
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
29
|
+
git_repo: 'https://github.com/babylonlabs-io/babylon',
|
|
30
|
+
recommended_version: 'v1.0.0-rc.4',
|
|
31
|
+
compatible_versions: ['v1.0.0-rc.4'],
|
|
32
32
|
genesis: {
|
|
33
|
-
genesis_url: 'https://github.com/
|
|
33
|
+
genesis_url: 'https://github.com/babylonlabs-io/networks/raw/main/bbn-test-5/network-artifacts/genesis.json'
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
logo_URIs: {
|
|
@@ -38,18 +38,19 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
40
|
rpc: [{
|
|
41
|
-
address: 'rpc.
|
|
42
|
-
provider: '
|
|
41
|
+
address: 'https://babylon-testnet-rpc.nodes.guru',
|
|
42
|
+
provider: 'NodesGuru'
|
|
43
43
|
}],
|
|
44
44
|
rest: [{
|
|
45
|
-
address: '
|
|
46
|
-
provider: '
|
|
45
|
+
address: 'https://babylon-testnet-api.nodes.guru',
|
|
46
|
+
provider: 'NodesGuru'
|
|
47
47
|
}],
|
|
48
48
|
grpc: []
|
|
49
49
|
},
|
|
50
50
|
explorers: [{
|
|
51
51
|
kind: 'babylonscan',
|
|
52
|
-
url: 'https://
|
|
52
|
+
url: 'https://babylon-testnet.l2scan.co',
|
|
53
|
+
tx_page: 'https://babylon-testnet.l2scan.co/tx/${txHash}'
|
|
53
54
|
}, {
|
|
54
55
|
kind: 'explorers.guru',
|
|
55
56
|
url: 'https://testnet.babylon.explorers.guru',
|