chain-registry 2.0.30 → 2.0.32
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/cifer/asset-list.js +2 -2
- package/esm/mainnet/cifer/chain.js +4 -5
- package/esm/mainnet/neutron/asset-list.js +24 -0
- package/esm/mainnet/persistence/chain.js +8 -8
- package/esm/mainnet/thorchain/asset-list.js +32 -0
- package/esm/testnet/persistencetestnet2/asset-list.js +3 -0
- package/esm/testnet/persistencetestnet2/chain.js +3 -3
- package/mainnet/cifer/asset-list.js +2 -2
- package/mainnet/cifer/chain.js +4 -5
- package/mainnet/neutron/asset-list.js +24 -0
- package/mainnet/persistence/chain.js +8 -8
- package/mainnet/thorchain/asset-list.js +32 -0
- package/package.json +3 -3
- package/testnet/persistencetestnet2/asset-list.js +3 -0
- package/testnet/persistencetestnet2/chain.js +3 -3
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'cifer',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '
|
|
5
|
+
description: 'The Next Generation of AI Infrastructure Built for Privacy, Performance, & Governance — By Design, At Scale',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ucif',
|
|
8
8
|
exponent: 0
|
|
@@ -22,7 +22,7 @@ const info = {
|
|
|
22
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
24
24
|
theme: {
|
|
25
|
-
primaryColorHex: '#
|
|
25
|
+
primaryColorHex: '#6358D7'
|
|
26
26
|
}
|
|
27
27
|
}],
|
|
28
28
|
socials: {
|
|
@@ -53,20 +53,19 @@ const info = {
|
|
|
53
53
|
provider: 'Cifer'
|
|
54
54
|
}],
|
|
55
55
|
grpc: [{
|
|
56
|
-
address: 'http://
|
|
56
|
+
address: 'http://119.59.126.109:9090',
|
|
57
57
|
provider: 'Cifer'
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
60
|
explorers: [{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
txPage: 'https://explorer.cifer.ai/transactions/${txHash}'
|
|
61
|
+
url: 'https://www.cifscan.com/',
|
|
62
|
+
txPage: 'https://www.cifscan.com/tx/${txHash}'
|
|
64
63
|
}],
|
|
65
64
|
images: [{
|
|
66
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
67
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
68
67
|
theme: {
|
|
69
|
-
primaryColorHex: '#
|
|
68
|
+
primaryColorHex: '#6358D7'
|
|
70
69
|
}
|
|
71
70
|
}]
|
|
72
71
|
};
|
|
@@ -1716,6 +1716,30 @@ const info = {
|
|
|
1716
1716
|
primaryColorHex: '#3d3d3d'
|
|
1717
1717
|
}
|
|
1718
1718
|
}]
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
description: 'TabCoin',
|
|
1722
|
+
denomUnits: [{
|
|
1723
|
+
denom: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB',
|
|
1724
|
+
exponent: 0
|
|
1725
|
+
}, {
|
|
1726
|
+
denom: 'TAB',
|
|
1727
|
+
exponent: 6
|
|
1728
|
+
}],
|
|
1729
|
+
base: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB',
|
|
1730
|
+
name: 'TabCoin',
|
|
1731
|
+
display: 'TAB',
|
|
1732
|
+
symbol: 'TAB',
|
|
1733
|
+
logoURIs: {
|
|
1734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
1735
|
+
},
|
|
1736
|
+
images: [{
|
|
1737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
1738
|
+
}],
|
|
1739
|
+
socials: {
|
|
1740
|
+
website: 'https://TabCo.in'
|
|
1741
|
+
},
|
|
1742
|
+
typeAsset: 'sdk.coin'
|
|
1719
1743
|
}
|
|
1720
1744
|
]
|
|
1721
1745
|
};
|
|
@@ -32,14 +32,14 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
codebase: {
|
|
34
34
|
gitRepo: 'https://github.com/persistenceOne/persistenceCore',
|
|
35
|
-
recommendedVersion: '
|
|
36
|
-
compatibleVersions: ['
|
|
35
|
+
recommendedVersion: 'v12.0.0',
|
|
36
|
+
compatibleVersions: ['v12.0.0'],
|
|
37
37
|
consensus: {
|
|
38
38
|
type: 'cometbft',
|
|
39
|
-
version: 'v0.37.
|
|
39
|
+
version: 'v0.37.15'
|
|
40
40
|
},
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/
|
|
42
|
+
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0/persistenceCore-v12.0.0-linux-amd64.tar.gz'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json'
|
|
@@ -47,16 +47,16 @@ const info = {
|
|
|
47
47
|
sdk: {
|
|
48
48
|
type: 'cosmos',
|
|
49
49
|
repo: 'https://github.com/persistenceOne/cosmos-sdk',
|
|
50
|
-
version: 'v0.47.
|
|
51
|
-
tag: 'v0.47.
|
|
50
|
+
version: 'v0.47.14',
|
|
51
|
+
tag: 'v0.47.14-lsm'
|
|
52
52
|
},
|
|
53
53
|
ibc: {
|
|
54
54
|
type: 'go',
|
|
55
|
-
version: 'v7.
|
|
55
|
+
version: 'v7.10.0',
|
|
56
56
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
57
57
|
},
|
|
58
58
|
cosmwasm: {
|
|
59
|
-
version: 'v0.
|
|
59
|
+
version: 'v0.46.0',
|
|
60
60
|
path: '$HOME/.persistenceCore/wasm',
|
|
61
61
|
enabled: true
|
|
62
62
|
}
|
|
@@ -200,6 +200,38 @@ const info = {
|
|
|
200
200
|
telegram: 'https://t.me/thorchain_org',
|
|
201
201
|
twitter: 'https://twitter.com/thorchain'
|
|
202
202
|
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
|
|
206
|
+
typeAsset: 'sdk.coin',
|
|
207
|
+
description: 'The Rujira Index (RJI) is a fixed unit asset index that tracks the performance of tokens on the Rujira App Layer. RJI does not auto-rebalance, therefore by design continously overweighting the top performers and underweighting the under-performers.',
|
|
208
|
+
denomUnits: [{
|
|
209
|
+
denom: 'rji',
|
|
210
|
+
exponent: 8
|
|
211
|
+
}, {
|
|
212
|
+
denom: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
|
|
213
|
+
exponent: 0
|
|
214
|
+
}],
|
|
215
|
+
name: 'The Rujira Index',
|
|
216
|
+
display: 'rji',
|
|
217
|
+
symbol: 'RJI',
|
|
218
|
+
logoURIs: {
|
|
219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rji.png'
|
|
220
|
+
},
|
|
221
|
+
images: [{
|
|
222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rji.png'
|
|
223
|
+
}],
|
|
224
|
+
keywords: [
|
|
225
|
+
'index',
|
|
226
|
+
'rujira',
|
|
227
|
+
'defi'
|
|
228
|
+
],
|
|
229
|
+
socials: {
|
|
230
|
+
website: 'https://rujira.network/index',
|
|
231
|
+
discord: 'https://discord.gg/WGgUADfxXR',
|
|
232
|
+
telegram: 'https://t.me/NAMIProtocol',
|
|
233
|
+
twitter: 'https://x.com/Nami_Index_'
|
|
234
|
+
}
|
|
203
235
|
}
|
|
204
236
|
]
|
|
205
237
|
};
|
|
@@ -35,6 +35,7 @@ const info = {
|
|
|
35
35
|
typeAsset: 'sdk.coin'
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
+
deprecated: true,
|
|
38
39
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
39
40
|
denomUnits: [{
|
|
40
41
|
denom: 'stk/uatom',
|
|
@@ -60,6 +61,7 @@ const info = {
|
|
|
60
61
|
typeAsset: 'sdk.coin'
|
|
61
62
|
},
|
|
62
63
|
{
|
|
64
|
+
deprecated: true,
|
|
63
65
|
description: 'PSTAKE Liquid-Staked OSMO',
|
|
64
66
|
denomUnits: [{
|
|
65
67
|
denom: 'stk/uosmo',
|
|
@@ -85,6 +87,7 @@ const info = {
|
|
|
85
87
|
typeAsset: 'sdk.coin'
|
|
86
88
|
},
|
|
87
89
|
{
|
|
90
|
+
deprecated: true,
|
|
88
91
|
description: 'PSTAKE Liquid-Staked DV4TNT',
|
|
89
92
|
denomUnits: [{
|
|
90
93
|
denom: 'stk/adv4tnt',
|
|
@@ -31,10 +31,10 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
gitRepo: 'https://github.com/persistenceOne/persistenceCore',
|
|
34
|
-
recommendedVersion: '
|
|
35
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v12.0.0-rc0',
|
|
35
|
+
compatibleVersions: ['v12.0.0-rc0'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/
|
|
37
|
+
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0-rc0/persistenceCore-v12.0.0-rc0-linux-amd64.tar.gz'
|
|
38
38
|
},
|
|
39
39
|
genesis: {
|
|
40
40
|
genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json'
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'cifer',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'The Next Generation of AI Infrastructure Built for Privacy, Performance, & Governance — By Design, At Scale',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ucif',
|
|
10
10
|
exponent: 0
|
|
@@ -24,7 +24,7 @@ const info = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
26
26
|
theme: {
|
|
27
|
-
primaryColorHex: '#
|
|
27
|
+
primaryColorHex: '#6358D7'
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
package/mainnet/cifer/chain.js
CHANGED
|
@@ -55,20 +55,19 @@ const info = {
|
|
|
55
55
|
provider: 'Cifer'
|
|
56
56
|
}],
|
|
57
57
|
grpc: [{
|
|
58
|
-
address: 'http://
|
|
58
|
+
address: 'http://119.59.126.109:9090',
|
|
59
59
|
provider: 'Cifer'
|
|
60
60
|
}]
|
|
61
61
|
},
|
|
62
62
|
explorers: [{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
txPage: 'https://explorer.cifer.ai/transactions/${txHash}'
|
|
63
|
+
url: 'https://www.cifscan.com/',
|
|
64
|
+
txPage: 'https://www.cifscan.com/tx/${txHash}'
|
|
66
65
|
}],
|
|
67
66
|
images: [{
|
|
68
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
69
68
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
70
69
|
theme: {
|
|
71
|
-
primaryColorHex: '#
|
|
70
|
+
primaryColorHex: '#6358D7'
|
|
72
71
|
}
|
|
73
72
|
}]
|
|
74
73
|
};
|
|
@@ -1718,6 +1718,30 @@ const info = {
|
|
|
1718
1718
|
primaryColorHex: '#3d3d3d'
|
|
1719
1719
|
}
|
|
1720
1720
|
}]
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
description: 'TabCoin',
|
|
1724
|
+
denomUnits: [{
|
|
1725
|
+
denom: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB',
|
|
1726
|
+
exponent: 0
|
|
1727
|
+
}, {
|
|
1728
|
+
denom: 'TAB',
|
|
1729
|
+
exponent: 6
|
|
1730
|
+
}],
|
|
1731
|
+
base: 'factory/neutron1r5qx58l3xx2y8gzjtkqjndjgx69mktmapl45vns0pa73z0zpn7fqgltnll/TAB',
|
|
1732
|
+
name: 'TabCoin',
|
|
1733
|
+
display: 'TAB',
|
|
1734
|
+
symbol: 'TAB',
|
|
1735
|
+
logoURIs: {
|
|
1736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
1737
|
+
},
|
|
1738
|
+
images: [{
|
|
1739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAB.png'
|
|
1740
|
+
}],
|
|
1741
|
+
socials: {
|
|
1742
|
+
website: 'https://TabCo.in'
|
|
1743
|
+
},
|
|
1744
|
+
typeAsset: 'sdk.coin'
|
|
1721
1745
|
}
|
|
1722
1746
|
]
|
|
1723
1747
|
};
|
|
@@ -34,14 +34,14 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/persistenceOne/persistenceCore',
|
|
37
|
-
recommendedVersion: '
|
|
38
|
-
compatibleVersions: ['
|
|
37
|
+
recommendedVersion: 'v12.0.0',
|
|
38
|
+
compatibleVersions: ['v12.0.0'],
|
|
39
39
|
consensus: {
|
|
40
40
|
type: 'cometbft',
|
|
41
|
-
version: 'v0.37.
|
|
41
|
+
version: 'v0.37.15'
|
|
42
42
|
},
|
|
43
43
|
binaries: {
|
|
44
|
-
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/
|
|
44
|
+
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0/persistenceCore-v12.0.0-linux-amd64.tar.gz'
|
|
45
45
|
},
|
|
46
46
|
genesis: {
|
|
47
47
|
genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json'
|
|
@@ -49,16 +49,16 @@ const info = {
|
|
|
49
49
|
sdk: {
|
|
50
50
|
type: 'cosmos',
|
|
51
51
|
repo: 'https://github.com/persistenceOne/cosmos-sdk',
|
|
52
|
-
version: 'v0.47.
|
|
53
|
-
tag: 'v0.47.
|
|
52
|
+
version: 'v0.47.14',
|
|
53
|
+
tag: 'v0.47.14-lsm'
|
|
54
54
|
},
|
|
55
55
|
ibc: {
|
|
56
56
|
type: 'go',
|
|
57
|
-
version: 'v7.
|
|
57
|
+
version: 'v7.10.0',
|
|
58
58
|
icsEnabled: ['ics20-1', 'ics27-1']
|
|
59
59
|
},
|
|
60
60
|
cosmwasm: {
|
|
61
|
-
version: 'v0.
|
|
61
|
+
version: 'v0.46.0',
|
|
62
62
|
path: '$HOME/.persistenceCore/wasm',
|
|
63
63
|
enabled: true
|
|
64
64
|
}
|
|
@@ -202,6 +202,38 @@ const info = {
|
|
|
202
202
|
telegram: 'https://t.me/thorchain_org',
|
|
203
203
|
twitter: 'https://twitter.com/thorchain'
|
|
204
204
|
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
|
|
208
|
+
typeAsset: 'sdk.coin',
|
|
209
|
+
description: 'The Rujira Index (RJI) is a fixed unit asset index that tracks the performance of tokens on the Rujira App Layer. RJI does not auto-rebalance, therefore by design continously overweighting the top performers and underweighting the under-performers.',
|
|
210
|
+
denomUnits: [{
|
|
211
|
+
denom: 'rji',
|
|
212
|
+
exponent: 8
|
|
213
|
+
}, {
|
|
214
|
+
denom: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
|
|
215
|
+
exponent: 0
|
|
216
|
+
}],
|
|
217
|
+
name: 'The Rujira Index',
|
|
218
|
+
display: 'rji',
|
|
219
|
+
symbol: 'RJI',
|
|
220
|
+
logoURIs: {
|
|
221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rji.png'
|
|
222
|
+
},
|
|
223
|
+
images: [{
|
|
224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rji.png'
|
|
225
|
+
}],
|
|
226
|
+
keywords: [
|
|
227
|
+
'index',
|
|
228
|
+
'rujira',
|
|
229
|
+
'defi'
|
|
230
|
+
],
|
|
231
|
+
socials: {
|
|
232
|
+
website: 'https://rujira.network/index',
|
|
233
|
+
discord: 'https://discord.gg/WGgUADfxXR',
|
|
234
|
+
telegram: 'https://t.me/NAMIProtocol',
|
|
235
|
+
twitter: 'https://x.com/Nami_Index_'
|
|
236
|
+
}
|
|
205
237
|
}
|
|
206
238
|
]
|
|
207
239
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.32"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6c5079f89e98acb719d59b4faaee1b166c04ecb2"
|
|
43
43
|
}
|
|
@@ -37,6 +37,7 @@ const info = {
|
|
|
37
37
|
typeAsset: 'sdk.coin'
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
+
deprecated: true,
|
|
40
41
|
description: 'PSTAKE Liquid-Staked ATOM',
|
|
41
42
|
denomUnits: [{
|
|
42
43
|
denom: 'stk/uatom',
|
|
@@ -62,6 +63,7 @@ const info = {
|
|
|
62
63
|
typeAsset: 'sdk.coin'
|
|
63
64
|
},
|
|
64
65
|
{
|
|
66
|
+
deprecated: true,
|
|
65
67
|
description: 'PSTAKE Liquid-Staked OSMO',
|
|
66
68
|
denomUnits: [{
|
|
67
69
|
denom: 'stk/uosmo',
|
|
@@ -87,6 +89,7 @@ const info = {
|
|
|
87
89
|
typeAsset: 'sdk.coin'
|
|
88
90
|
},
|
|
89
91
|
{
|
|
92
|
+
deprecated: true,
|
|
90
93
|
description: 'PSTAKE Liquid-Staked DV4TNT',
|
|
91
94
|
denomUnits: [{
|
|
92
95
|
denom: 'stk/adv4tnt',
|
|
@@ -33,10 +33,10 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/persistenceOne/persistenceCore',
|
|
36
|
-
recommendedVersion: '
|
|
37
|
-
compatibleVersions: ['
|
|
36
|
+
recommendedVersion: 'v12.0.0-rc0',
|
|
37
|
+
compatibleVersions: ['v12.0.0-rc0'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/
|
|
39
|
+
"linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0-rc0/persistenceCore-v12.0.0-rc0-linux-amd64.tar.gz'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json'
|