chain-registry 1.63.21 → 1.63.23
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/celestia/chain.js +1 -1
- package/esm/mainnet/comdex/chain.js +2 -2
- package/esm/mainnet/kujira/chain.js +1 -1
- package/esm/mainnet/lava/chain.js +1 -1
- package/esm/mainnet/nibiru/chain.js +1 -1
- package/esm/mainnet/quicksilver/chain.js +1 -3
- package/esm/mainnet/self/chain.js +20 -3
- package/esm/noncosmos/initia/assets.js +2 -2
- package/esm/testnet/assets.js +4 -0
- package/esm/testnet/chains.js +4 -0
- package/esm/testnet/empetestnet/assets.js +28 -0
- package/esm/testnet/empetestnet/chain.js +58 -0
- package/esm/testnet/empetestnet/index.js +4 -0
- package/esm/testnet/fiammatestnet/assets.js +25 -0
- package/esm/testnet/fiammatestnet/chain.js +47 -0
- package/esm/testnet/fiammatestnet/index.js +4 -0
- package/esm/testnet/named.js +2 -0
- package/esm/testnet/sunrisetestnet/chain.js +1 -1
- package/mainnet/celestia/chain.js +1 -1
- package/mainnet/comdex/chain.js +2 -2
- package/mainnet/kujira/chain.js +1 -1
- package/mainnet/lava/chain.js +1 -1
- package/mainnet/nibiru/chain.js +1 -1
- package/mainnet/quicksilver/chain.js +1 -3
- package/mainnet/self/chain.js +20 -3
- package/noncosmos/initia/assets.js +2 -2
- package/package.json +4 -4
- package/testnet/assets.js +4 -0
- package/testnet/chains.js +4 -0
- package/testnet/empetestnet/assets.d.ts +3 -0
- package/testnet/empetestnet/assets.js +30 -0
- package/testnet/empetestnet/chain.d.ts +3 -0
- package/testnet/empetestnet/chain.js +60 -0
- package/testnet/empetestnet/index.d.ts +2 -0
- package/testnet/empetestnet/index.js +10 -0
- package/testnet/fiammatestnet/assets.d.ts +3 -0
- package/testnet/fiammatestnet/assets.js +27 -0
- package/testnet/fiammatestnet/chain.d.ts +3 -0
- package/testnet/fiammatestnet/chain.js +49 -0
- package/testnet/fiammatestnet/index.d.ts +2 -0
- package/testnet/fiammatestnet/index.js +10 -0
- package/testnet/named.d.ts +2 -0
- package/testnet/named.js +5 -3
- package/testnet/sunrisetestnet/chain.js +1 -1
|
@@ -26,7 +26,7 @@ const info = {
|
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
|
-
cosmos_sdk_version: 'celestiaorg/cosmos-sdk v1.
|
|
29
|
+
cosmos_sdk_version: 'celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16'
|
|
30
30
|
},
|
|
31
31
|
logo_URIs: {
|
|
32
32
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
@@ -23,9 +23,9 @@ const info = {
|
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
25
25
|
codebase: {
|
|
26
|
-
cosmos_sdk_version: 'v0.47.
|
|
26
|
+
cosmos_sdk_version: 'v0.47.9',
|
|
27
27
|
cosmwasm_enabled: true,
|
|
28
|
-
cosmwasm_version: 'v0.
|
|
28
|
+
cosmwasm_version: 'v0.45.0'
|
|
29
29
|
},
|
|
30
30
|
daemon_name: 'comdex',
|
|
31
31
|
node_home: '$HOME/.comdex',
|
|
@@ -25,9 +25,7 @@ const info = {
|
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
27
|
codebase: {
|
|
28
|
-
cosmos_sdk_version: 'v0.46.16'
|
|
29
|
-
cosmwasm_enabled: true,
|
|
30
|
-
cosmwasm_version: 'notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956'
|
|
28
|
+
cosmos_sdk_version: 'v0.46.16'
|
|
31
29
|
},
|
|
32
30
|
logo_URIs: {
|
|
33
31
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
|
|
@@ -30,13 +30,20 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
description: 'Self Chain Is The First Modular Intent-Centric Access Layer L1 Blockchain And Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA For Multi-Chain Web3 Access.',
|
|
32
32
|
apis: {
|
|
33
|
-
rpc: [
|
|
33
|
+
rpc: [
|
|
34
|
+
{
|
|
34
35
|
address: 'https://rpc.selfchain.io:26657',
|
|
35
36
|
provider: 'Self Chain'
|
|
36
|
-
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
37
39
|
address: 'https://rpc.selfchain.roomit.xyz',
|
|
38
40
|
provider: 'Roomit'
|
|
39
|
-
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
address: 'https://selfchain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
44
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
45
|
+
}
|
|
46
|
+
],
|
|
40
47
|
rest: [
|
|
41
48
|
{
|
|
42
49
|
address: 'https://api.selfchain.io',
|
|
@@ -49,6 +56,10 @@ const info = {
|
|
|
49
56
|
{
|
|
50
57
|
address: 'https://api.selfchain.roomit.xyz',
|
|
51
58
|
provider: 'Roomit'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://selfchain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
62
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
52
63
|
}
|
|
53
64
|
],
|
|
54
65
|
grpc: [{
|
|
@@ -74,6 +85,12 @@ const info = {
|
|
|
74
85
|
url: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet',
|
|
75
86
|
tx_page: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet/tx/${txHash}',
|
|
76
87
|
account_page: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet/account/${accountAddress}'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
91
|
+
url: 'https://explorer.whenmoonwhenlambo.money/self',
|
|
92
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/self/tx/${txHash}',
|
|
93
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/self/account/${accountAddress}'
|
|
77
94
|
}
|
|
78
95
|
],
|
|
79
96
|
images: [{
|
|
@@ -15,8 +15,8 @@ const info = {
|
|
|
15
15
|
name: 'Initia',
|
|
16
16
|
symbol: 'INIT',
|
|
17
17
|
images: [{
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
20
20
|
theme: {
|
|
21
21
|
circle: true,
|
|
22
22
|
primary_color_hex: '#040404'
|
package/esm/testnet/assets.js
CHANGED
|
@@ -29,10 +29,12 @@ import * as _doravotatestnet from './doravotatestnet';
|
|
|
29
29
|
import * as _doravotatestnet2 from './doravotatestnet2';
|
|
30
30
|
import * as _dydxtestnet from './dydxtestnet';
|
|
31
31
|
import * as _elystestnet from './elystestnet';
|
|
32
|
+
import * as _empetestnet from './empetestnet';
|
|
32
33
|
import * as _empowertestnet from './empowertestnet';
|
|
33
34
|
import * as _entrypointtestnet from './entrypointtestnet';
|
|
34
35
|
import * as _evmostestnet from './evmostestnet';
|
|
35
36
|
import * as _fetchhubtestnet from './fetchhubtestnet';
|
|
37
|
+
import * as _fiammatestnet from './fiammatestnet';
|
|
36
38
|
import * as _finschiatestnet from './finschiatestnet';
|
|
37
39
|
import * as _galacticatestnet from './galacticatestnet';
|
|
38
40
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
@@ -137,10 +139,12 @@ const assets = [
|
|
|
137
139
|
_doravotatestnet2.assets,
|
|
138
140
|
_dydxtestnet.assets,
|
|
139
141
|
_elystestnet.assets,
|
|
142
|
+
_empetestnet.assets,
|
|
140
143
|
_empowertestnet.assets,
|
|
141
144
|
_entrypointtestnet.assets,
|
|
142
145
|
_evmostestnet.assets,
|
|
143
146
|
_fetchhubtestnet.assets,
|
|
147
|
+
_fiammatestnet.assets,
|
|
144
148
|
_finschiatestnet.assets,
|
|
145
149
|
_galacticatestnet.assets,
|
|
146
150
|
_gitopiatestnet.assets,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -29,10 +29,12 @@ import * as _doravotatestnet from './doravotatestnet';
|
|
|
29
29
|
import * as _doravotatestnet2 from './doravotatestnet2';
|
|
30
30
|
import * as _dydxtestnet from './dydxtestnet';
|
|
31
31
|
import * as _elystestnet from './elystestnet';
|
|
32
|
+
import * as _empetestnet from './empetestnet';
|
|
32
33
|
import * as _empowertestnet from './empowertestnet';
|
|
33
34
|
import * as _entrypointtestnet from './entrypointtestnet';
|
|
34
35
|
import * as _evmostestnet from './evmostestnet';
|
|
35
36
|
import * as _fetchhubtestnet from './fetchhubtestnet';
|
|
37
|
+
import * as _fiammatestnet from './fiammatestnet';
|
|
36
38
|
import * as _finschiatestnet from './finschiatestnet';
|
|
37
39
|
import * as _galacticatestnet from './galacticatestnet';
|
|
38
40
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
@@ -137,10 +139,12 @@ const chains = [
|
|
|
137
139
|
_doravotatestnet2.chain,
|
|
138
140
|
_dydxtestnet.chain,
|
|
139
141
|
_elystestnet.chain,
|
|
142
|
+
_empetestnet.chain,
|
|
140
143
|
_empowertestnet.chain,
|
|
141
144
|
_entrypointtestnet.chain,
|
|
142
145
|
_evmostestnet.chain,
|
|
143
146
|
_fetchhubtestnet.chain,
|
|
147
|
+
_fiammatestnet.chain,
|
|
144
148
|
_finschiatestnet.chain,
|
|
145
149
|
_galacticatestnet.chain,
|
|
146
150
|
_gitopiatestnet.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'empetestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Empe End-to-End Verifiable Data Infrastructure',
|
|
6
|
+
extended_description: 'Empeiria is the first End-to-End Verifiable Data Infrastructure (EVDI). It enables seamless web3 adoption through one-click deployment, empowering organizations with the data of the future',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'uempe',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'empe',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'uempe',
|
|
15
|
+
display: 'empe',
|
|
16
|
+
name: 'EMPE',
|
|
17
|
+
symbol: 'EMPE',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
|
|
25
|
+
}]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'empetestnet',
|
|
4
|
+
chain_id: 'empe-testnet-2',
|
|
5
|
+
website: 'https://empe.io',
|
|
6
|
+
pretty_name: 'Empe',
|
|
7
|
+
status: 'live',
|
|
8
|
+
network_type: 'testnet',
|
|
9
|
+
bech32_prefix: 'empe',
|
|
10
|
+
daemon_name: 'emped',
|
|
11
|
+
node_home: '$HOME/.emped',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
fee_tokens: [{
|
|
16
|
+
denom: 'uempe',
|
|
17
|
+
fixed_min_gas_price: 0,
|
|
18
|
+
low_gas_price: 0.01,
|
|
19
|
+
average_gas_price: 0.025,
|
|
20
|
+
high_gas_price: 0.03
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
staking_tokens: [{
|
|
25
|
+
denom: 'uempe'
|
|
26
|
+
}],
|
|
27
|
+
lock_duration: {
|
|
28
|
+
time: '1814400s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
cosmos_sdk_version: 'v0.47',
|
|
33
|
+
cosmwasm_enabled: false
|
|
34
|
+
},
|
|
35
|
+
apis: {
|
|
36
|
+
rpc: [{
|
|
37
|
+
address: 'https://rpc-testnet.empe.io/',
|
|
38
|
+
provider: 'empe'
|
|
39
|
+
}, {
|
|
40
|
+
address: 'https://rpc-archive-testnet.empe.io/',
|
|
41
|
+
provider: 'empe-archive'
|
|
42
|
+
}],
|
|
43
|
+
rest: [{
|
|
44
|
+
address: 'https://lcd-testnet.empe.io/',
|
|
45
|
+
provider: 'empe'
|
|
46
|
+
}],
|
|
47
|
+
grpc: [{
|
|
48
|
+
address: 'grpc-testnet.empe.io:8443',
|
|
49
|
+
provider: 'empe'
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
explorers: [{
|
|
53
|
+
kind: 'empe',
|
|
54
|
+
url: 'https://explorer-testnet.empe.io',
|
|
55
|
+
tx_page: 'https://explorer-testnet.empe.io/transactions/${txHash}'
|
|
56
|
+
}]
|
|
57
|
+
};
|
|
58
|
+
export default info;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'fiammatestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native staking token of fiamma.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ufia',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'fia',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'ufia',
|
|
14
|
+
name: 'Fiamma',
|
|
15
|
+
display: 'fia',
|
|
16
|
+
symbol: 'FIA',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
22
|
+
}]
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
export default info;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'fiammatestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://www.fiammachain.io',
|
|
6
|
+
network_type: 'testnet',
|
|
7
|
+
pretty_name: 'Fiamma Testnet',
|
|
8
|
+
chain_id: 'fiamma-testnet-1',
|
|
9
|
+
bech32_prefix: 'fiamma',
|
|
10
|
+
daemon_name: 'fiammad',
|
|
11
|
+
node_home: '$HOME/.fiamma',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
fees: {
|
|
14
|
+
fee_tokens: [{
|
|
15
|
+
denom: 'ufia'
|
|
16
|
+
}]
|
|
17
|
+
},
|
|
18
|
+
staking: {
|
|
19
|
+
staking_tokens: [{
|
|
20
|
+
denom: 'ufia'
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
codebase: {},
|
|
24
|
+
logo_URIs: {
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
26
|
+
},
|
|
27
|
+
apis: {
|
|
28
|
+
rpc: [{
|
|
29
|
+
address: 'https://testnet-rpc.fiammachain.io',
|
|
30
|
+
provider: 'Fiamma'
|
|
31
|
+
}],
|
|
32
|
+
rest: [{
|
|
33
|
+
address: 'https://testnet-api.fiammachain.io',
|
|
34
|
+
provider: 'Fiamma'
|
|
35
|
+
}],
|
|
36
|
+
grpc: []
|
|
37
|
+
},
|
|
38
|
+
explorers: [{
|
|
39
|
+
kind: 'ping.pub',
|
|
40
|
+
url: 'https://testnet-explorer.fiammachain.io/'
|
|
41
|
+
}],
|
|
42
|
+
images: [{
|
|
43
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
44
|
+
}],
|
|
45
|
+
slip44: 118
|
|
46
|
+
};
|
|
47
|
+
export default info;
|
package/esm/testnet/named.js
CHANGED
|
@@ -29,10 +29,12 @@ export * as doravotatestnet from './doravotatestnet';
|
|
|
29
29
|
export * as doravotatestnet2 from './doravotatestnet2';
|
|
30
30
|
export * as dydxtestnet from './dydxtestnet';
|
|
31
31
|
export * as elystestnet from './elystestnet';
|
|
32
|
+
export * as empetestnet from './empetestnet';
|
|
32
33
|
export * as empowertestnet from './empowertestnet';
|
|
33
34
|
export * as entrypointtestnet from './entrypointtestnet';
|
|
34
35
|
export * as evmostestnet from './evmostestnet';
|
|
35
36
|
export * as fetchhubtestnet from './fetchhubtestnet';
|
|
37
|
+
export * as fiammatestnet from './fiammatestnet';
|
|
36
38
|
export * as finschiatestnet from './finschiatestnet';
|
|
37
39
|
export * as galacticatestnet from './galacticatestnet';
|
|
38
40
|
export * as gitopiatestnet from './gitopiatestnet';
|
|
@@ -28,7 +28,7 @@ const info = {
|
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
|
-
cosmos_sdk_version: 'celestiaorg/cosmos-sdk v1.
|
|
31
|
+
cosmos_sdk_version: 'celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16'
|
|
32
32
|
},
|
|
33
33
|
logo_URIs: {
|
|
34
34
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
package/mainnet/comdex/chain.js
CHANGED
|
@@ -25,9 +25,9 @@ const info = {
|
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
27
|
codebase: {
|
|
28
|
-
cosmos_sdk_version: 'v0.47.
|
|
28
|
+
cosmos_sdk_version: 'v0.47.9',
|
|
29
29
|
cosmwasm_enabled: true,
|
|
30
|
-
cosmwasm_version: 'v0.
|
|
30
|
+
cosmwasm_version: 'v0.45.0'
|
|
31
31
|
},
|
|
32
32
|
daemon_name: 'comdex',
|
|
33
33
|
node_home: '$HOME/.comdex',
|
package/mainnet/kujira/chain.js
CHANGED
package/mainnet/lava/chain.js
CHANGED
package/mainnet/nibiru/chain.js
CHANGED
|
@@ -27,9 +27,7 @@ const info = {
|
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
|
-
cosmos_sdk_version: 'v0.46.16'
|
|
31
|
-
cosmwasm_enabled: true,
|
|
32
|
-
cosmwasm_version: 'notional-labs/wasmd v0.29.0-sdk46.0.20221114145317-d6e67fd50956'
|
|
30
|
+
cosmos_sdk_version: 'v0.46.16'
|
|
33
31
|
},
|
|
34
32
|
logo_URIs: {
|
|
35
33
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
|
package/mainnet/self/chain.js
CHANGED
|
@@ -32,13 +32,20 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
description: 'Self Chain Is The First Modular Intent-Centric Access Layer L1 Blockchain And Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA For Multi-Chain Web3 Access.',
|
|
34
34
|
apis: {
|
|
35
|
-
rpc: [
|
|
35
|
+
rpc: [
|
|
36
|
+
{
|
|
36
37
|
address: 'https://rpc.selfchain.io:26657',
|
|
37
38
|
provider: 'Self Chain'
|
|
38
|
-
},
|
|
39
|
+
},
|
|
40
|
+
{
|
|
39
41
|
address: 'https://rpc.selfchain.roomit.xyz',
|
|
40
42
|
provider: 'Roomit'
|
|
41
|
-
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
address: 'https://selfchain_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
46
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
47
|
+
}
|
|
48
|
+
],
|
|
42
49
|
rest: [
|
|
43
50
|
{
|
|
44
51
|
address: 'https://api.selfchain.io',
|
|
@@ -51,6 +58,10 @@ const info = {
|
|
|
51
58
|
{
|
|
52
59
|
address: 'https://api.selfchain.roomit.xyz',
|
|
53
60
|
provider: 'Roomit'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
address: 'https://selfchain_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
64
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
54
65
|
}
|
|
55
66
|
],
|
|
56
67
|
grpc: [{
|
|
@@ -76,6 +87,12 @@ const info = {
|
|
|
76
87
|
url: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet',
|
|
77
88
|
tx_page: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet/tx/${txHash}',
|
|
78
89
|
account_page: 'https://explorer.tendermint.roomit.xyz/selfchain-mainnet/account/${accountAddress}'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
93
|
+
url: 'https://explorer.whenmoonwhenlambo.money/self',
|
|
94
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/self/tx/${txHash}',
|
|
95
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/self/account/${accountAddress}'
|
|
79
96
|
}
|
|
80
97
|
],
|
|
81
98
|
images: [{
|
|
@@ -17,8 +17,8 @@ const info = {
|
|
|
17
17
|
name: 'Initia',
|
|
18
18
|
symbol: 'INIT',
|
|
19
19
|
images: [{
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
22
22
|
theme: {
|
|
23
23
|
circle: true,
|
|
24
24
|
primary_color_hex: '#040404'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.23",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.19",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.19"
|
|
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": "7f91f4a133697479f21c0b527ba9b1a4478c944f"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -54,10 +54,12 @@ const _doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
|
54
54
|
const _doravotatestnet2 = __importStar(require("./doravotatestnet2"));
|
|
55
55
|
const _dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
56
56
|
const _elystestnet = __importStar(require("./elystestnet"));
|
|
57
|
+
const _empetestnet = __importStar(require("./empetestnet"));
|
|
57
58
|
const _empowertestnet = __importStar(require("./empowertestnet"));
|
|
58
59
|
const _entrypointtestnet = __importStar(require("./entrypointtestnet"));
|
|
59
60
|
const _evmostestnet = __importStar(require("./evmostestnet"));
|
|
60
61
|
const _fetchhubtestnet = __importStar(require("./fetchhubtestnet"));
|
|
62
|
+
const _fiammatestnet = __importStar(require("./fiammatestnet"));
|
|
61
63
|
const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
62
64
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
63
65
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
@@ -162,10 +164,12 @@ const assets = [
|
|
|
162
164
|
_doravotatestnet2.assets,
|
|
163
165
|
_dydxtestnet.assets,
|
|
164
166
|
_elystestnet.assets,
|
|
167
|
+
_empetestnet.assets,
|
|
165
168
|
_empowertestnet.assets,
|
|
166
169
|
_entrypointtestnet.assets,
|
|
167
170
|
_evmostestnet.assets,
|
|
168
171
|
_fetchhubtestnet.assets,
|
|
172
|
+
_fiammatestnet.assets,
|
|
169
173
|
_finschiatestnet.assets,
|
|
170
174
|
_galacticatestnet.assets,
|
|
171
175
|
_gitopiatestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -54,10 +54,12 @@ const _doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
|
54
54
|
const _doravotatestnet2 = __importStar(require("./doravotatestnet2"));
|
|
55
55
|
const _dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
56
56
|
const _elystestnet = __importStar(require("./elystestnet"));
|
|
57
|
+
const _empetestnet = __importStar(require("./empetestnet"));
|
|
57
58
|
const _empowertestnet = __importStar(require("./empowertestnet"));
|
|
58
59
|
const _entrypointtestnet = __importStar(require("./entrypointtestnet"));
|
|
59
60
|
const _evmostestnet = __importStar(require("./evmostestnet"));
|
|
60
61
|
const _fetchhubtestnet = __importStar(require("./fetchhubtestnet"));
|
|
62
|
+
const _fiammatestnet = __importStar(require("./fiammatestnet"));
|
|
61
63
|
const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
62
64
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
63
65
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
@@ -162,10 +164,12 @@ const chains = [
|
|
|
162
164
|
_doravotatestnet2.chain,
|
|
163
165
|
_dydxtestnet.chain,
|
|
164
166
|
_elystestnet.chain,
|
|
167
|
+
_empetestnet.chain,
|
|
165
168
|
_empowertestnet.chain,
|
|
166
169
|
_entrypointtestnet.chain,
|
|
167
170
|
_evmostestnet.chain,
|
|
168
171
|
_fetchhubtestnet.chain,
|
|
172
|
+
_fiammatestnet.chain,
|
|
169
173
|
_finschiatestnet.chain,
|
|
170
174
|
_galacticatestnet.chain,
|
|
171
175
|
_gitopiatestnet.chain,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'empetestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Empe End-to-End Verifiable Data Infrastructure',
|
|
8
|
+
extended_description: 'Empeiria is the first End-to-End Verifiable Data Infrastructure (EVDI). It enables seamless web3 adoption through one-click deployment, empowering organizations with the data of the future',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'uempe',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'empe',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'uempe',
|
|
17
|
+
display: 'empe',
|
|
18
|
+
name: 'EMPE',
|
|
19
|
+
symbol: 'EMPE',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/empetestnet/images/empe.svg'
|
|
27
|
+
}]
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'empetestnet',
|
|
6
|
+
chain_id: 'empe-testnet-2',
|
|
7
|
+
website: 'https://empe.io',
|
|
8
|
+
pretty_name: 'Empe',
|
|
9
|
+
status: 'live',
|
|
10
|
+
network_type: 'testnet',
|
|
11
|
+
bech32_prefix: 'empe',
|
|
12
|
+
daemon_name: 'emped',
|
|
13
|
+
node_home: '$HOME/.emped',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'uempe',
|
|
19
|
+
fixed_min_gas_price: 0,
|
|
20
|
+
low_gas_price: 0.01,
|
|
21
|
+
average_gas_price: 0.025,
|
|
22
|
+
high_gas_price: 0.03
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
staking_tokens: [{
|
|
27
|
+
denom: 'uempe'
|
|
28
|
+
}],
|
|
29
|
+
lock_duration: {
|
|
30
|
+
time: '1814400s'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
cosmos_sdk_version: 'v0.47',
|
|
35
|
+
cosmwasm_enabled: false
|
|
36
|
+
},
|
|
37
|
+
apis: {
|
|
38
|
+
rpc: [{
|
|
39
|
+
address: 'https://rpc-testnet.empe.io/',
|
|
40
|
+
provider: 'empe'
|
|
41
|
+
}, {
|
|
42
|
+
address: 'https://rpc-archive-testnet.empe.io/',
|
|
43
|
+
provider: 'empe-archive'
|
|
44
|
+
}],
|
|
45
|
+
rest: [{
|
|
46
|
+
address: 'https://lcd-testnet.empe.io/',
|
|
47
|
+
provider: 'empe'
|
|
48
|
+
}],
|
|
49
|
+
grpc: [{
|
|
50
|
+
address: 'grpc-testnet.empe.io:8443',
|
|
51
|
+
provider: 'empe'
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
54
|
+
explorers: [{
|
|
55
|
+
kind: 'empe',
|
|
56
|
+
url: 'https://explorer-testnet.empe.io',
|
|
57
|
+
tx_page: 'https://explorer-testnet.empe.io/transactions/${txHash}'
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'fiammatestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native staking token of fiamma.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ufia',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'fia',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'ufia',
|
|
16
|
+
name: 'Fiamma',
|
|
17
|
+
display: 'fia',
|
|
18
|
+
symbol: 'FIA',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
24
|
+
}]
|
|
25
|
+
}]
|
|
26
|
+
};
|
|
27
|
+
exports.default = info;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'fiammatestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://www.fiammachain.io',
|
|
8
|
+
network_type: 'testnet',
|
|
9
|
+
pretty_name: 'Fiamma Testnet',
|
|
10
|
+
chain_id: 'fiamma-testnet-1',
|
|
11
|
+
bech32_prefix: 'fiamma',
|
|
12
|
+
daemon_name: 'fiammad',
|
|
13
|
+
node_home: '$HOME/.fiamma',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'ufia'
|
|
18
|
+
}]
|
|
19
|
+
},
|
|
20
|
+
staking: {
|
|
21
|
+
staking_tokens: [{
|
|
22
|
+
denom: 'ufia'
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
codebase: {},
|
|
26
|
+
logo_URIs: {
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
28
|
+
},
|
|
29
|
+
apis: {
|
|
30
|
+
rpc: [{
|
|
31
|
+
address: 'https://testnet-rpc.fiammachain.io',
|
|
32
|
+
provider: 'Fiamma'
|
|
33
|
+
}],
|
|
34
|
+
rest: [{
|
|
35
|
+
address: 'https://testnet-api.fiammachain.io',
|
|
36
|
+
provider: 'Fiamma'
|
|
37
|
+
}],
|
|
38
|
+
grpc: []
|
|
39
|
+
},
|
|
40
|
+
explorers: [{
|
|
41
|
+
kind: 'ping.pub',
|
|
42
|
+
url: 'https://testnet-explorer.fiammachain.io/'
|
|
43
|
+
}],
|
|
44
|
+
images: [{
|
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg'
|
|
46
|
+
}],
|
|
47
|
+
slip44: 118
|
|
48
|
+
};
|
|
49
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/testnet/named.d.ts
CHANGED
|
@@ -29,10 +29,12 @@ export * as doravotatestnet from './doravotatestnet';
|
|
|
29
29
|
export * as doravotatestnet2 from './doravotatestnet2';
|
|
30
30
|
export * as dydxtestnet from './dydxtestnet';
|
|
31
31
|
export * as elystestnet from './elystestnet';
|
|
32
|
+
export * as empetestnet from './empetestnet';
|
|
32
33
|
export * as empowertestnet from './empowertestnet';
|
|
33
34
|
export * as entrypointtestnet from './entrypointtestnet';
|
|
34
35
|
export * as evmostestnet from './evmostestnet';
|
|
35
36
|
export * as fetchhubtestnet from './fetchhubtestnet';
|
|
37
|
+
export * as fiammatestnet from './fiammatestnet';
|
|
36
38
|
export * as finschiatestnet from './finschiatestnet';
|
|
37
39
|
export * as galacticatestnet from './galacticatestnet';
|
|
38
40
|
export * as gitopiatestnet from './gitopiatestnet';
|
package/testnet/named.js
CHANGED
|
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.zetachaintestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = void 0;
|
|
26
|
+
exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.entrypointtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet2 = exports.doravotatestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.celestiatestnet = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet1 = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
|
|
27
|
+
exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.temporaltestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet2 = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet4 = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.marstestnet = exports.mantrachaintestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet1 = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = void 0;
|
|
28
|
+
exports.zetachaintestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = exports.ulastestnet = exports.titantestnet = void 0;
|
|
29
29
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
30
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
31
31
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
@@ -57,10 +57,12 @@ exports.doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
|
57
57
|
exports.doravotatestnet2 = __importStar(require("./doravotatestnet2"));
|
|
58
58
|
exports.dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
59
59
|
exports.elystestnet = __importStar(require("./elystestnet"));
|
|
60
|
+
exports.empetestnet = __importStar(require("./empetestnet"));
|
|
60
61
|
exports.empowertestnet = __importStar(require("./empowertestnet"));
|
|
61
62
|
exports.entrypointtestnet = __importStar(require("./entrypointtestnet"));
|
|
62
63
|
exports.evmostestnet = __importStar(require("./evmostestnet"));
|
|
63
64
|
exports.fetchhubtestnet = __importStar(require("./fetchhubtestnet"));
|
|
65
|
+
exports.fiammatestnet = __importStar(require("./fiammatestnet"));
|
|
64
66
|
exports.finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
65
67
|
exports.galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
66
68
|
exports.gitopiatestnet = __importStar(require("./gitopiatestnet"));
|