chain-registry 1.63.72 → 1.63.73
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/assets.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/kujira/assets.js +22 -0
- package/esm/mainnet/lorenzo/assets.js +58 -0
- package/esm/mainnet/lorenzo/chain.js +59 -0
- package/esm/mainnet/lorenzo/index.js +4 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/osmosis/assets.js +124 -0
- package/esm/mainnet/sei/chain.js +18 -6
- package/esm/mainnet/stride/assets.js +1 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/tucanatestnet/assets.js +25 -0
- package/esm/testnet/tucanatestnet/chain.js +49 -0
- package/esm/testnet/tucanatestnet/index.js +4 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/kujira/assets.js +22 -0
- package/mainnet/lorenzo/assets.d.ts +3 -0
- package/mainnet/lorenzo/assets.js +60 -0
- package/mainnet/lorenzo/chain.d.ts +3 -0
- package/mainnet/lorenzo/chain.js +61 -0
- package/mainnet/lorenzo/index.d.ts +2 -0
- package/mainnet/lorenzo/index.js +10 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +4 -3
- package/mainnet/osmosis/assets.js +124 -0
- package/mainnet/sei/chain.js +18 -6
- package/mainnet/stride/assets.js +1 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/tucanatestnet/assets.d.ts +3 -0
- package/testnet/tucanatestnet/assets.js +27 -0
- package/testnet/tucanatestnet/chain.d.ts +3 -0
- package/testnet/tucanatestnet/chain.js +51 -0
- package/testnet/tucanatestnet/index.d.ts +2 -0
- package/testnet/tucanatestnet/index.js +10 -0
package/esm/mainnet/assets.js
CHANGED
|
@@ -92,6 +92,7 @@ import * as _lava from './lava';
|
|
|
92
92
|
import * as _likecoin from './likecoin';
|
|
93
93
|
import * as _logos from './logos';
|
|
94
94
|
import * as _loop from './loop';
|
|
95
|
+
import * as _lorenzo from './lorenzo';
|
|
95
96
|
import * as _loyal from './loyal';
|
|
96
97
|
import * as _lumenx from './lumenx';
|
|
97
98
|
import * as _lumnetwork from './lumnetwork';
|
|
@@ -277,6 +278,7 @@ const assets = [
|
|
|
277
278
|
_likecoin.assets,
|
|
278
279
|
_logos.assets,
|
|
279
280
|
_loop.assets,
|
|
281
|
+
_lorenzo.assets,
|
|
280
282
|
_loyal.assets,
|
|
281
283
|
_lumenx.assets,
|
|
282
284
|
_lumnetwork.assets,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -93,6 +93,7 @@ import * as _lava from './lava';
|
|
|
93
93
|
import * as _likecoin from './likecoin';
|
|
94
94
|
import * as _logos from './logos';
|
|
95
95
|
import * as _loop from './loop';
|
|
96
|
+
import * as _lorenzo from './lorenzo';
|
|
96
97
|
import * as _loyal from './loyal';
|
|
97
98
|
import * as _lumenx from './lumenx';
|
|
98
99
|
import * as _lumnetwork from './lumnetwork';
|
|
@@ -280,6 +281,7 @@ const chains = [
|
|
|
280
281
|
_likecoin.chain,
|
|
281
282
|
_logos.chain,
|
|
282
283
|
_loop.chain,
|
|
284
|
+
_lorenzo.chain,
|
|
283
285
|
_loyal.chain,
|
|
284
286
|
_lumenx.chain,
|
|
285
287
|
_lumnetwork.chain,
|
|
@@ -2027,6 +2027,28 @@ const info = {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
}]
|
|
2029
2029
|
},
|
|
2030
|
+
{
|
|
2031
|
+
description: 'The receipt token of NAMI Protocol',
|
|
2032
|
+
denom_units: [{
|
|
2033
|
+
denom: 'factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd',
|
|
2034
|
+
exponent: 0
|
|
2035
|
+
}, {
|
|
2036
|
+
denom: 'nausd',
|
|
2037
|
+
exponent: 6
|
|
2038
|
+
}],
|
|
2039
|
+
base: 'factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd',
|
|
2040
|
+
name: 'NAUSD',
|
|
2041
|
+
display: 'nausd',
|
|
2042
|
+
symbol: 'NAUSD',
|
|
2043
|
+
logo_URIs: {
|
|
2044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png',
|
|
2045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg'
|
|
2046
|
+
},
|
|
2047
|
+
images: [{
|
|
2048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png',
|
|
2049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg'
|
|
2050
|
+
}]
|
|
2051
|
+
},
|
|
2030
2052
|
{
|
|
2031
2053
|
description: 'The token of MCTest',
|
|
2032
2054
|
denom_units: [{
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'lorenzo',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'alrz',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'LRZ',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'alrz',
|
|
14
|
+
name: 'LRZ',
|
|
15
|
+
display: 'LRZ',
|
|
16
|
+
symbol: 'LRZ',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
24
|
+
theme: {
|
|
25
|
+
primary_color_hex: '#133348'
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
socials: {
|
|
29
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
30
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
31
|
+
}
|
|
32
|
+
}, {
|
|
33
|
+
description: 'Native EVM token of Lorenzo',
|
|
34
|
+
denom_units: [{
|
|
35
|
+
denom: 'stBTC',
|
|
36
|
+
exponent: 0
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'display_stBTC',
|
|
39
|
+
exponent: 18
|
|
40
|
+
}],
|
|
41
|
+
base: 'stBTC',
|
|
42
|
+
name: 'Lorenzo stBTC',
|
|
43
|
+
display: 'display_stBTC',
|
|
44
|
+
symbol: 'stBTC',
|
|
45
|
+
logo_URIs: {
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png',
|
|
47
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg'
|
|
48
|
+
},
|
|
49
|
+
images: [{
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png',
|
|
51
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg',
|
|
52
|
+
theme: {
|
|
53
|
+
primary_color_hex: '#133348'
|
|
54
|
+
}
|
|
55
|
+
}]
|
|
56
|
+
}]
|
|
57
|
+
};
|
|
58
|
+
export default info;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'lorenzo',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
7
|
+
pretty_name: 'Lorenzo Protocol',
|
|
8
|
+
chain_type: 'cosmos',
|
|
9
|
+
chain_id: 'lorenzo_8329-1',
|
|
10
|
+
bech32_prefix: 'lrz',
|
|
11
|
+
daemon_name: 'lorenzod',
|
|
12
|
+
node_home: '$HOME/.lorenzo',
|
|
13
|
+
key_algos: ['ethsecp256k1'],
|
|
14
|
+
extra_codecs: ['ethermint'],
|
|
15
|
+
slip44: 60,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'stBTC',
|
|
19
|
+
fixed_min_gas_price: 2000000,
|
|
20
|
+
low_gas_price: 2000000,
|
|
21
|
+
average_gas_price: 2000000,
|
|
22
|
+
high_gas_price: 8000000
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
staking_tokens: [{
|
|
27
|
+
denom: 'alrz'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
logo_URIs: {
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
33
|
+
},
|
|
34
|
+
description: 'Lorenzo aims to be the premier Bitcoin platform for yield-bearing token issuance, trading, and settlement.',
|
|
35
|
+
codebase: {},
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://rpc-cosmos.lorenzo-protocol.xyz/',
|
|
39
|
+
provider: 'Lorenzo Protocol'
|
|
40
|
+
}],
|
|
41
|
+
"evm-http-jsonrpc": [{
|
|
42
|
+
address: 'https://rpc-testnet.lorenzo-protocol.xyz/',
|
|
43
|
+
provider: 'Lorenzo Protocol'
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
46
|
+
explorers: [{
|
|
47
|
+
kind: 'blockscout',
|
|
48
|
+
url: 'https://scan.lorenzo-protocol.xyz/',
|
|
49
|
+
tx_page: 'https://scan.lorenzo-protocol.xyz/tx/${txHash}'
|
|
50
|
+
}],
|
|
51
|
+
images: [{
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
53
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
54
|
+
theme: {
|
|
55
|
+
primary_color_hex: '#133348'
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
58
|
+
};
|
|
59
|
+
export default info;
|
package/esm/mainnet/named.js
CHANGED
|
@@ -93,6 +93,7 @@ export * as lava from './lava';
|
|
|
93
93
|
export * as likecoin from './likecoin';
|
|
94
94
|
export * as logos from './logos';
|
|
95
95
|
export * as loop from './loop';
|
|
96
|
+
export * as lorenzo from './lorenzo';
|
|
96
97
|
export * as loyal from './loyal';
|
|
97
98
|
export * as lumenx from './lumenx';
|
|
98
99
|
export * as lumnetwork from './lumnetwork';
|
|
@@ -18370,6 +18370,130 @@ const info = {
|
|
|
18370
18370
|
primary_color_hex: '#ef4136'
|
|
18371
18371
|
}
|
|
18372
18372
|
}]
|
|
18373
|
+
},
|
|
18374
|
+
{
|
|
18375
|
+
description: 'Fractionalized Bad Kids',
|
|
18376
|
+
extended_description: 'Fractionalized Bad Kids NFT Via Fractal.fun',
|
|
18377
|
+
denom_units: [{
|
|
18378
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD',
|
|
18379
|
+
exponent: 0
|
|
18380
|
+
}, {
|
|
18381
|
+
denom: 'fBAD',
|
|
18382
|
+
exponent: 9
|
|
18383
|
+
}],
|
|
18384
|
+
type_asset: 'sdk.coin',
|
|
18385
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18386
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD',
|
|
18387
|
+
name: 'fBAD',
|
|
18388
|
+
display: 'fBAD',
|
|
18389
|
+
symbol: 'fBAD',
|
|
18390
|
+
logo_URIs: {
|
|
18391
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png'
|
|
18392
|
+
},
|
|
18393
|
+
images: [{
|
|
18394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png',
|
|
18395
|
+
theme: {
|
|
18396
|
+
primary_color_hex: '#639BFF'
|
|
18397
|
+
}
|
|
18398
|
+
}],
|
|
18399
|
+
keywords: ['nft'],
|
|
18400
|
+
socials: {
|
|
18401
|
+
website: 'https://fractal.fun',
|
|
18402
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18403
|
+
}
|
|
18404
|
+
},
|
|
18405
|
+
{
|
|
18406
|
+
description: 'Fractionalized Mad Scientists',
|
|
18407
|
+
extended_description: 'Fractionalized Mad Scientists NFT Via Fractal.fun',
|
|
18408
|
+
denom_units: [{
|
|
18409
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD',
|
|
18410
|
+
exponent: 0
|
|
18411
|
+
}, {
|
|
18412
|
+
denom: 'fMAD',
|
|
18413
|
+
exponent: 9
|
|
18414
|
+
}],
|
|
18415
|
+
type_asset: 'sdk.coin',
|
|
18416
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18417
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD',
|
|
18418
|
+
name: 'fMAD',
|
|
18419
|
+
display: 'fMAD',
|
|
18420
|
+
symbol: 'fMAD',
|
|
18421
|
+
logo_URIs: {
|
|
18422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png'
|
|
18423
|
+
},
|
|
18424
|
+
images: [{
|
|
18425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png',
|
|
18426
|
+
theme: {
|
|
18427
|
+
primary_color_hex: '#639BFF'
|
|
18428
|
+
}
|
|
18429
|
+
}],
|
|
18430
|
+
keywords: ['nft'],
|
|
18431
|
+
socials: {
|
|
18432
|
+
website: 'https://fractal.fun',
|
|
18433
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18434
|
+
}
|
|
18435
|
+
},
|
|
18436
|
+
{
|
|
18437
|
+
description: 'Fractionalized Celestine Sloth Society',
|
|
18438
|
+
extended_description: 'Fractionalized Celestine Sloth Society NFT Via Fractal.fun',
|
|
18439
|
+
denom_units: [{
|
|
18440
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH',
|
|
18441
|
+
exponent: 0
|
|
18442
|
+
}, {
|
|
18443
|
+
denom: 'fSLOTH',
|
|
18444
|
+
exponent: 9
|
|
18445
|
+
}],
|
|
18446
|
+
type_asset: 'sdk.coin',
|
|
18447
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18448
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH',
|
|
18449
|
+
name: 'fSLOTH',
|
|
18450
|
+
display: 'fSLOTH',
|
|
18451
|
+
symbol: 'fSLOTH',
|
|
18452
|
+
logo_URIs: {
|
|
18453
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png'
|
|
18454
|
+
},
|
|
18455
|
+
images: [{
|
|
18456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png',
|
|
18457
|
+
theme: {
|
|
18458
|
+
primary_color_hex: '#639BFF'
|
|
18459
|
+
}
|
|
18460
|
+
}],
|
|
18461
|
+
keywords: ['nft'],
|
|
18462
|
+
socials: {
|
|
18463
|
+
website: 'https://fractal.fun',
|
|
18464
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18465
|
+
}
|
|
18466
|
+
},
|
|
18467
|
+
{
|
|
18468
|
+
description: 'Fractionalized DAONuts',
|
|
18469
|
+
extended_description: 'Fractionalized DAONuts NFT Via Fractal.fun',
|
|
18470
|
+
denom_units: [{
|
|
18471
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT',
|
|
18472
|
+
exponent: 0
|
|
18473
|
+
}, {
|
|
18474
|
+
denom: 'fNUT',
|
|
18475
|
+
exponent: 9
|
|
18476
|
+
}],
|
|
18477
|
+
type_asset: 'sdk.coin',
|
|
18478
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18479
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT',
|
|
18480
|
+
name: 'fNUT',
|
|
18481
|
+
display: 'fNUT',
|
|
18482
|
+
symbol: 'fNUT',
|
|
18483
|
+
logo_URIs: {
|
|
18484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png'
|
|
18485
|
+
},
|
|
18486
|
+
images: [{
|
|
18487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png',
|
|
18488
|
+
theme: {
|
|
18489
|
+
primary_color_hex: '#639BFF'
|
|
18490
|
+
}
|
|
18491
|
+
}],
|
|
18492
|
+
keywords: ['nft'],
|
|
18493
|
+
socials: {
|
|
18494
|
+
website: 'https://fractal.fun',
|
|
18495
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18496
|
+
}
|
|
18373
18497
|
}
|
|
18374
18498
|
]
|
|
18375
18499
|
};
|
package/esm/mainnet/sei/chain.js
CHANGED
|
@@ -38,6 +38,10 @@ const info = {
|
|
|
38
38
|
description: 'Sei is the fastest Layer 1 blockchain, designed to scale with the industry.',
|
|
39
39
|
apis: {
|
|
40
40
|
rpc: [
|
|
41
|
+
{
|
|
42
|
+
address: 'https://rpc.sei-apis.com',
|
|
43
|
+
provider: 'Rhino Stake'
|
|
44
|
+
},
|
|
41
45
|
{
|
|
42
46
|
address: 'https://sei-rpc.lavenderfive.com:443',
|
|
43
47
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -68,6 +72,10 @@ const info = {
|
|
|
68
72
|
}
|
|
69
73
|
],
|
|
70
74
|
rest: [
|
|
75
|
+
{
|
|
76
|
+
address: 'https://rest.sei-apis.com',
|
|
77
|
+
provider: 'Rhino Stake'
|
|
78
|
+
},
|
|
71
79
|
{
|
|
72
80
|
address: 'https://sei-api.lavenderfive.com:443',
|
|
73
81
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -98,6 +106,10 @@ const info = {
|
|
|
98
106
|
}
|
|
99
107
|
],
|
|
100
108
|
grpc: [
|
|
109
|
+
{
|
|
110
|
+
address: 'https://grpc.sei-apis.com:443',
|
|
111
|
+
provider: 'Rhino Stake'
|
|
112
|
+
},
|
|
101
113
|
{
|
|
102
114
|
address: 'https://sei-grpc.lavenderfive.com:443',
|
|
103
115
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -126,7 +138,7 @@ const info = {
|
|
|
126
138
|
"evm-http-jsonrpc": [
|
|
127
139
|
{
|
|
128
140
|
address: 'https://evm-rpc.sei-apis.com',
|
|
129
|
-
provider: 'Rhino'
|
|
141
|
+
provider: 'Rhino Stake'
|
|
130
142
|
},
|
|
131
143
|
{
|
|
132
144
|
address: 'https://seievm-rpc.polkachu.com',
|
|
@@ -140,10 +152,10 @@ const info = {
|
|
|
140
152
|
},
|
|
141
153
|
explorers: [
|
|
142
154
|
{
|
|
143
|
-
kind: '
|
|
144
|
-
url: 'https://
|
|
145
|
-
tx_page: 'https://
|
|
146
|
-
account_page: 'https://
|
|
155
|
+
kind: 'blockscout',
|
|
156
|
+
url: 'https://seitrace.com',
|
|
157
|
+
tx_page: 'https://seitrace.com/tx/${txHash}?chain=pacific-1',
|
|
158
|
+
account_page: 'https://seitrace.com/address/${accountAddress}?chain=pacific-1'
|
|
147
159
|
},
|
|
148
160
|
{
|
|
149
161
|
kind: 'mintscan',
|
|
@@ -158,7 +170,7 @@ const info = {
|
|
|
158
170
|
account_page: 'https://ezstaking.app/sei/account/${accountAddress}'
|
|
159
171
|
},
|
|
160
172
|
{
|
|
161
|
-
kind: '
|
|
173
|
+
kind: 'celatone',
|
|
162
174
|
url: 'https://www.seiscan.app/pacific-1',
|
|
163
175
|
tx_page: 'https://www.seiscan.app/pacific-1/txs/${txHash}',
|
|
164
176
|
account_page: 'https://www.seiscan.app/pacific-1/accounts/${accountAddress}'
|
|
@@ -560,6 +560,7 @@ const info = {
|
|
|
560
560
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png',
|
|
561
561
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg'
|
|
562
562
|
},
|
|
563
|
+
coingecko_id: 'stride-staked-islm',
|
|
563
564
|
images: [{
|
|
564
565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png',
|
|
565
566
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg',
|
package/esm/testnet/assets.js
CHANGED
|
@@ -102,6 +102,7 @@ import * as _terpnettestnet from './terpnettestnet';
|
|
|
102
102
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
103
103
|
import * as _terra2testnet from './terra2testnet';
|
|
104
104
|
import * as _titantestnet from './titantestnet';
|
|
105
|
+
import * as _tucanatestnet from './tucanatestnet';
|
|
105
106
|
import * as _ulastestnet from './ulastestnet';
|
|
106
107
|
import * as _uniontestnet from './uniontestnet';
|
|
107
108
|
import * as _upticktestnet from './upticktestnet';
|
|
@@ -215,6 +216,7 @@ const assets = [
|
|
|
215
216
|
_terpnettestnet2.assets,
|
|
216
217
|
_terra2testnet.assets,
|
|
217
218
|
_titantestnet.assets,
|
|
219
|
+
_tucanatestnet.assets,
|
|
218
220
|
_ulastestnet.assets,
|
|
219
221
|
_uniontestnet.assets,
|
|
220
222
|
_upticktestnet.assets,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -102,6 +102,7 @@ import * as _terpnettestnet from './terpnettestnet';
|
|
|
102
102
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
103
103
|
import * as _terra2testnet from './terra2testnet';
|
|
104
104
|
import * as _titantestnet from './titantestnet';
|
|
105
|
+
import * as _tucanatestnet from './tucanatestnet';
|
|
105
106
|
import * as _ulastestnet from './ulastestnet';
|
|
106
107
|
import * as _uniontestnet from './uniontestnet';
|
|
107
108
|
import * as _upticktestnet from './upticktestnet';
|
|
@@ -215,6 +216,7 @@ const chains = [
|
|
|
215
216
|
_terpnettestnet2.chain,
|
|
216
217
|
_terra2testnet.chain,
|
|
217
218
|
_titantestnet.chain,
|
|
219
|
+
_tucanatestnet.chain,
|
|
218
220
|
_ulastestnet.chain,
|
|
219
221
|
_uniontestnet.chain,
|
|
220
222
|
_upticktestnet.chain,
|
package/esm/testnet/named.js
CHANGED
|
@@ -102,6 +102,7 @@ export * as terpnettestnet from './terpnettestnet';
|
|
|
102
102
|
export * as terpnettestnet2 from './terpnettestnet2';
|
|
103
103
|
export * as terra2testnet from './terra2testnet';
|
|
104
104
|
export * as titantestnet from './titantestnet';
|
|
105
|
+
export * as tucanatestnet from './tucanatestnet';
|
|
105
106
|
export * as ulastestnet from './ulastestnet';
|
|
106
107
|
export * as uniontestnet from './uniontestnet';
|
|
107
108
|
export * as upticktestnet from './upticktestnet';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'tucanatestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native EVM, governance and staking token of the Tucana',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'atuc',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'tuc',
|
|
11
|
+
exponent: 18
|
|
12
|
+
}],
|
|
13
|
+
base: 'atuc',
|
|
14
|
+
name: 'Tucana',
|
|
15
|
+
display: 'tuc',
|
|
16
|
+
symbol: 'TUC',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png'
|
|
22
|
+
}]
|
|
23
|
+
}]
|
|
24
|
+
};
|
|
25
|
+
export default info;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'tucanatestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'testnet',
|
|
6
|
+
pretty_name: 'Tucana Testnet',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
chain_id: 'tucana_712-1',
|
|
9
|
+
bech32_prefix: 'tuc',
|
|
10
|
+
daemon_name: 'tucanad',
|
|
11
|
+
node_home: '$HOME/.tucanad',
|
|
12
|
+
key_algos: ['ethsecp256k1'],
|
|
13
|
+
extra_codecs: ['ethermint'],
|
|
14
|
+
slip44: 60,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'atuc',
|
|
18
|
+
fixed_min_gas_price: 5000000000,
|
|
19
|
+
low_gas_price: 10000000000,
|
|
20
|
+
average_gas_price: 25000000000,
|
|
21
|
+
high_gas_price: 30000000000
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'atuc'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
cosmos_sdk_version: 'v0.50.8'
|
|
31
|
+
},
|
|
32
|
+
apis: {
|
|
33
|
+
rpc: [{
|
|
34
|
+
address: 'https://rpc.birdee-2.tucana.zone/',
|
|
35
|
+
provider: 'Tucana'
|
|
36
|
+
}],
|
|
37
|
+
rest: [{
|
|
38
|
+
address: 'https://lcd.birdee-2.tucana.zone/',
|
|
39
|
+
provider: 'Tucana'
|
|
40
|
+
}],
|
|
41
|
+
grpc: []
|
|
42
|
+
},
|
|
43
|
+
explorers: [{
|
|
44
|
+
kind: 'Blockscout',
|
|
45
|
+
url: 'https://explorer.birdee-2.tucana.zone/',
|
|
46
|
+
tx_page: 'https://explorer.birdee-2.tucana.zone/tx/${txHash}'
|
|
47
|
+
}]
|
|
48
|
+
};
|
|
49
|
+
export default info;
|
package/mainnet/assets.js
CHANGED
|
@@ -117,6 +117,7 @@ const _lava = __importStar(require("./lava"));
|
|
|
117
117
|
const _likecoin = __importStar(require("./likecoin"));
|
|
118
118
|
const _logos = __importStar(require("./logos"));
|
|
119
119
|
const _loop = __importStar(require("./loop"));
|
|
120
|
+
const _lorenzo = __importStar(require("./lorenzo"));
|
|
120
121
|
const _loyal = __importStar(require("./loyal"));
|
|
121
122
|
const _lumenx = __importStar(require("./lumenx"));
|
|
122
123
|
const _lumnetwork = __importStar(require("./lumnetwork"));
|
|
@@ -302,6 +303,7 @@ const assets = [
|
|
|
302
303
|
_likecoin.assets,
|
|
303
304
|
_logos.assets,
|
|
304
305
|
_loop.assets,
|
|
306
|
+
_lorenzo.assets,
|
|
305
307
|
_loyal.assets,
|
|
306
308
|
_lumenx.assets,
|
|
307
309
|
_lumnetwork.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -118,6 +118,7 @@ const _lava = __importStar(require("./lava"));
|
|
|
118
118
|
const _likecoin = __importStar(require("./likecoin"));
|
|
119
119
|
const _logos = __importStar(require("./logos"));
|
|
120
120
|
const _loop = __importStar(require("./loop"));
|
|
121
|
+
const _lorenzo = __importStar(require("./lorenzo"));
|
|
121
122
|
const _loyal = __importStar(require("./loyal"));
|
|
122
123
|
const _lumenx = __importStar(require("./lumenx"));
|
|
123
124
|
const _lumnetwork = __importStar(require("./lumnetwork"));
|
|
@@ -305,6 +306,7 @@ const chains = [
|
|
|
305
306
|
_likecoin.chain,
|
|
306
307
|
_logos.chain,
|
|
307
308
|
_loop.chain,
|
|
309
|
+
_lorenzo.chain,
|
|
308
310
|
_loyal.chain,
|
|
309
311
|
_lumenx.chain,
|
|
310
312
|
_lumnetwork.chain,
|
package/mainnet/kujira/assets.js
CHANGED
|
@@ -2029,6 +2029,28 @@ const info = {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
}]
|
|
2031
2031
|
},
|
|
2032
|
+
{
|
|
2033
|
+
description: 'The receipt token of NAMI Protocol',
|
|
2034
|
+
denom_units: [{
|
|
2035
|
+
denom: 'factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd',
|
|
2036
|
+
exponent: 0
|
|
2037
|
+
}, {
|
|
2038
|
+
denom: 'nausd',
|
|
2039
|
+
exponent: 6
|
|
2040
|
+
}],
|
|
2041
|
+
base: 'factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd',
|
|
2042
|
+
name: 'NAUSD',
|
|
2043
|
+
display: 'nausd',
|
|
2044
|
+
symbol: 'NAUSD',
|
|
2045
|
+
logo_URIs: {
|
|
2046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png',
|
|
2047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg'
|
|
2048
|
+
},
|
|
2049
|
+
images: [{
|
|
2050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png',
|
|
2051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg'
|
|
2052
|
+
}]
|
|
2053
|
+
},
|
|
2032
2054
|
{
|
|
2033
2055
|
description: 'The token of MCTest',
|
|
2034
2056
|
denom_units: [{
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'lorenzo',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Native staking token of Lorenzo: LRZ (alrz)',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'alrz',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'LRZ',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'alrz',
|
|
16
|
+
name: 'LRZ',
|
|
17
|
+
display: 'LRZ',
|
|
18
|
+
symbol: 'LRZ',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#133348'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
32
|
+
twitter: 'https://x.com/LorenzoProtocol'
|
|
33
|
+
}
|
|
34
|
+
}, {
|
|
35
|
+
description: 'Native EVM token of Lorenzo',
|
|
36
|
+
denom_units: [{
|
|
37
|
+
denom: 'stBTC',
|
|
38
|
+
exponent: 0
|
|
39
|
+
}, {
|
|
40
|
+
denom: 'display_stBTC',
|
|
41
|
+
exponent: 18
|
|
42
|
+
}],
|
|
43
|
+
base: 'stBTC',
|
|
44
|
+
name: 'Lorenzo stBTC',
|
|
45
|
+
display: 'display_stBTC',
|
|
46
|
+
symbol: 'stBTC',
|
|
47
|
+
logo_URIs: {
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png',
|
|
49
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg'
|
|
50
|
+
},
|
|
51
|
+
images: [{
|
|
52
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png',
|
|
53
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg',
|
|
54
|
+
theme: {
|
|
55
|
+
primary_color_hex: '#133348'
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
58
|
+
}]
|
|
59
|
+
};
|
|
60
|
+
exports.default = info;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'lorenzo',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
website: 'https://www.lorenzo-protocol.xyz/',
|
|
9
|
+
pretty_name: 'Lorenzo Protocol',
|
|
10
|
+
chain_type: 'cosmos',
|
|
11
|
+
chain_id: 'lorenzo_8329-1',
|
|
12
|
+
bech32_prefix: 'lrz',
|
|
13
|
+
daemon_name: 'lorenzod',
|
|
14
|
+
node_home: '$HOME/.lorenzo',
|
|
15
|
+
key_algos: ['ethsecp256k1'],
|
|
16
|
+
extra_codecs: ['ethermint'],
|
|
17
|
+
slip44: 60,
|
|
18
|
+
fees: {
|
|
19
|
+
fee_tokens: [{
|
|
20
|
+
denom: 'stBTC',
|
|
21
|
+
fixed_min_gas_price: 2000000,
|
|
22
|
+
low_gas_price: 2000000,
|
|
23
|
+
average_gas_price: 2000000,
|
|
24
|
+
high_gas_price: 8000000
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
staking_tokens: [{
|
|
29
|
+
denom: 'alrz'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
logo_URIs: {
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg'
|
|
35
|
+
},
|
|
36
|
+
description: 'Lorenzo aims to be the premier Bitcoin platform for yield-bearing token issuance, trading, and settlement.',
|
|
37
|
+
codebase: {},
|
|
38
|
+
apis: {
|
|
39
|
+
rpc: [{
|
|
40
|
+
address: 'https://rpc-cosmos.lorenzo-protocol.xyz/',
|
|
41
|
+
provider: 'Lorenzo Protocol'
|
|
42
|
+
}],
|
|
43
|
+
"evm-http-jsonrpc": [{
|
|
44
|
+
address: 'https://rpc-testnet.lorenzo-protocol.xyz/',
|
|
45
|
+
provider: 'Lorenzo Protocol'
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
explorers: [{
|
|
49
|
+
kind: 'blockscout',
|
|
50
|
+
url: 'https://scan.lorenzo-protocol.xyz/',
|
|
51
|
+
tx_page: 'https://scan.lorenzo-protocol.xyz/tx/${txHash}'
|
|
52
|
+
}],
|
|
53
|
+
images: [{
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png',
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg',
|
|
56
|
+
theme: {
|
|
57
|
+
primary_color_hex: '#133348'
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
60
|
+
};
|
|
61
|
+
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/mainnet/named.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export * as lava from './lava';
|
|
|
93
93
|
export * as likecoin from './likecoin';
|
|
94
94
|
export * as logos from './logos';
|
|
95
95
|
export * as loop from './loop';
|
|
96
|
+
export * as lorenzo from './lorenzo';
|
|
96
97
|
export * as loyal from './loyal';
|
|
97
98
|
export * as lumenx from './lumenx';
|
|
98
99
|
export * as lumnetwork from './lumnetwork';
|
package/mainnet/named.js
CHANGED
|
@@ -24,9 +24,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer1 = exports.cifer = exports.chronicnetwork = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura1 = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda1 = exports.andromeda = exports.althea = exports.akiro = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = exports.tron = exports.solana = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zetachain = exports.xpla = exports.vidulum = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = void 0;
|
|
27
|
+
exports.mande = exports.lumnetwork = exports.lumenx = exports.loyal = exports.lorenzo = exports.loop = exports.logos = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = void 0;
|
|
28
|
+
exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage1 = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = void 0;
|
|
29
|
+
exports.zetachain = exports.xpla = exports.vidulum = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.tron = __importStar(require("./tron"));
|
|
@@ -122,6 +122,7 @@ exports.lava = __importStar(require("./lava"));
|
|
|
122
122
|
exports.likecoin = __importStar(require("./likecoin"));
|
|
123
123
|
exports.logos = __importStar(require("./logos"));
|
|
124
124
|
exports.loop = __importStar(require("./loop"));
|
|
125
|
+
exports.lorenzo = __importStar(require("./lorenzo"));
|
|
125
126
|
exports.loyal = __importStar(require("./loyal"));
|
|
126
127
|
exports.lumenx = __importStar(require("./lumenx"));
|
|
127
128
|
exports.lumnetwork = __importStar(require("./lumnetwork"));
|
|
@@ -18372,6 +18372,130 @@ const info = {
|
|
|
18372
18372
|
primary_color_hex: '#ef4136'
|
|
18373
18373
|
}
|
|
18374
18374
|
}]
|
|
18375
|
+
},
|
|
18376
|
+
{
|
|
18377
|
+
description: 'Fractionalized Bad Kids',
|
|
18378
|
+
extended_description: 'Fractionalized Bad Kids NFT Via Fractal.fun',
|
|
18379
|
+
denom_units: [{
|
|
18380
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD',
|
|
18381
|
+
exponent: 0
|
|
18382
|
+
}, {
|
|
18383
|
+
denom: 'fBAD',
|
|
18384
|
+
exponent: 9
|
|
18385
|
+
}],
|
|
18386
|
+
type_asset: 'sdk.coin',
|
|
18387
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18388
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD',
|
|
18389
|
+
name: 'fBAD',
|
|
18390
|
+
display: 'fBAD',
|
|
18391
|
+
symbol: 'fBAD',
|
|
18392
|
+
logo_URIs: {
|
|
18393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png'
|
|
18394
|
+
},
|
|
18395
|
+
images: [{
|
|
18396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png',
|
|
18397
|
+
theme: {
|
|
18398
|
+
primary_color_hex: '#639BFF'
|
|
18399
|
+
}
|
|
18400
|
+
}],
|
|
18401
|
+
keywords: ['nft'],
|
|
18402
|
+
socials: {
|
|
18403
|
+
website: 'https://fractal.fun',
|
|
18404
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18405
|
+
}
|
|
18406
|
+
},
|
|
18407
|
+
{
|
|
18408
|
+
description: 'Fractionalized Mad Scientists',
|
|
18409
|
+
extended_description: 'Fractionalized Mad Scientists NFT Via Fractal.fun',
|
|
18410
|
+
denom_units: [{
|
|
18411
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD',
|
|
18412
|
+
exponent: 0
|
|
18413
|
+
}, {
|
|
18414
|
+
denom: 'fMAD',
|
|
18415
|
+
exponent: 9
|
|
18416
|
+
}],
|
|
18417
|
+
type_asset: 'sdk.coin',
|
|
18418
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18419
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD',
|
|
18420
|
+
name: 'fMAD',
|
|
18421
|
+
display: 'fMAD',
|
|
18422
|
+
symbol: 'fMAD',
|
|
18423
|
+
logo_URIs: {
|
|
18424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png'
|
|
18425
|
+
},
|
|
18426
|
+
images: [{
|
|
18427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png',
|
|
18428
|
+
theme: {
|
|
18429
|
+
primary_color_hex: '#639BFF'
|
|
18430
|
+
}
|
|
18431
|
+
}],
|
|
18432
|
+
keywords: ['nft'],
|
|
18433
|
+
socials: {
|
|
18434
|
+
website: 'https://fractal.fun',
|
|
18435
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18436
|
+
}
|
|
18437
|
+
},
|
|
18438
|
+
{
|
|
18439
|
+
description: 'Fractionalized Celestine Sloth Society',
|
|
18440
|
+
extended_description: 'Fractionalized Celestine Sloth Society NFT Via Fractal.fun',
|
|
18441
|
+
denom_units: [{
|
|
18442
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH',
|
|
18443
|
+
exponent: 0
|
|
18444
|
+
}, {
|
|
18445
|
+
denom: 'fSLOTH',
|
|
18446
|
+
exponent: 9
|
|
18447
|
+
}],
|
|
18448
|
+
type_asset: 'sdk.coin',
|
|
18449
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18450
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH',
|
|
18451
|
+
name: 'fSLOTH',
|
|
18452
|
+
display: 'fSLOTH',
|
|
18453
|
+
symbol: 'fSLOTH',
|
|
18454
|
+
logo_URIs: {
|
|
18455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png'
|
|
18456
|
+
},
|
|
18457
|
+
images: [{
|
|
18458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png',
|
|
18459
|
+
theme: {
|
|
18460
|
+
primary_color_hex: '#639BFF'
|
|
18461
|
+
}
|
|
18462
|
+
}],
|
|
18463
|
+
keywords: ['nft'],
|
|
18464
|
+
socials: {
|
|
18465
|
+
website: 'https://fractal.fun',
|
|
18466
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18467
|
+
}
|
|
18468
|
+
},
|
|
18469
|
+
{
|
|
18470
|
+
description: 'Fractionalized DAONuts',
|
|
18471
|
+
extended_description: 'Fractionalized DAONuts NFT Via Fractal.fun',
|
|
18472
|
+
denom_units: [{
|
|
18473
|
+
denom: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT',
|
|
18474
|
+
exponent: 0
|
|
18475
|
+
}, {
|
|
18476
|
+
denom: 'fNUT',
|
|
18477
|
+
exponent: 9
|
|
18478
|
+
}],
|
|
18479
|
+
type_asset: 'sdk.coin',
|
|
18480
|
+
address: 'osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv',
|
|
18481
|
+
base: 'factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT',
|
|
18482
|
+
name: 'fNUT',
|
|
18483
|
+
display: 'fNUT',
|
|
18484
|
+
symbol: 'fNUT',
|
|
18485
|
+
logo_URIs: {
|
|
18486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png'
|
|
18487
|
+
},
|
|
18488
|
+
images: [{
|
|
18489
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png',
|
|
18490
|
+
theme: {
|
|
18491
|
+
primary_color_hex: '#639BFF'
|
|
18492
|
+
}
|
|
18493
|
+
}],
|
|
18494
|
+
keywords: ['nft'],
|
|
18495
|
+
socials: {
|
|
18496
|
+
website: 'https://fractal.fun',
|
|
18497
|
+
twitter: 'https://twitter.com/fractaldotfun'
|
|
18498
|
+
}
|
|
18375
18499
|
}
|
|
18376
18500
|
]
|
|
18377
18501
|
};
|
package/mainnet/sei/chain.js
CHANGED
|
@@ -40,6 +40,10 @@ const info = {
|
|
|
40
40
|
description: 'Sei is the fastest Layer 1 blockchain, designed to scale with the industry.',
|
|
41
41
|
apis: {
|
|
42
42
|
rpc: [
|
|
43
|
+
{
|
|
44
|
+
address: 'https://rpc.sei-apis.com',
|
|
45
|
+
provider: 'Rhino Stake'
|
|
46
|
+
},
|
|
43
47
|
{
|
|
44
48
|
address: 'https://sei-rpc.lavenderfive.com:443',
|
|
45
49
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -70,6 +74,10 @@ const info = {
|
|
|
70
74
|
}
|
|
71
75
|
],
|
|
72
76
|
rest: [
|
|
77
|
+
{
|
|
78
|
+
address: 'https://rest.sei-apis.com',
|
|
79
|
+
provider: 'Rhino Stake'
|
|
80
|
+
},
|
|
73
81
|
{
|
|
74
82
|
address: 'https://sei-api.lavenderfive.com:443',
|
|
75
83
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -100,6 +108,10 @@ const info = {
|
|
|
100
108
|
}
|
|
101
109
|
],
|
|
102
110
|
grpc: [
|
|
111
|
+
{
|
|
112
|
+
address: 'https://grpc.sei-apis.com:443',
|
|
113
|
+
provider: 'Rhino Stake'
|
|
114
|
+
},
|
|
103
115
|
{
|
|
104
116
|
address: 'https://sei-grpc.lavenderfive.com:443',
|
|
105
117
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -128,7 +140,7 @@ const info = {
|
|
|
128
140
|
"evm-http-jsonrpc": [
|
|
129
141
|
{
|
|
130
142
|
address: 'https://evm-rpc.sei-apis.com',
|
|
131
|
-
provider: 'Rhino'
|
|
143
|
+
provider: 'Rhino Stake'
|
|
132
144
|
},
|
|
133
145
|
{
|
|
134
146
|
address: 'https://seievm-rpc.polkachu.com',
|
|
@@ -142,10 +154,10 @@ const info = {
|
|
|
142
154
|
},
|
|
143
155
|
explorers: [
|
|
144
156
|
{
|
|
145
|
-
kind: '
|
|
146
|
-
url: 'https://
|
|
147
|
-
tx_page: 'https://
|
|
148
|
-
account_page: 'https://
|
|
157
|
+
kind: 'blockscout',
|
|
158
|
+
url: 'https://seitrace.com',
|
|
159
|
+
tx_page: 'https://seitrace.com/tx/${txHash}?chain=pacific-1',
|
|
160
|
+
account_page: 'https://seitrace.com/address/${accountAddress}?chain=pacific-1'
|
|
149
161
|
},
|
|
150
162
|
{
|
|
151
163
|
kind: 'mintscan',
|
|
@@ -160,7 +172,7 @@ const info = {
|
|
|
160
172
|
account_page: 'https://ezstaking.app/sei/account/${accountAddress}'
|
|
161
173
|
},
|
|
162
174
|
{
|
|
163
|
-
kind: '
|
|
175
|
+
kind: 'celatone',
|
|
164
176
|
url: 'https://www.seiscan.app/pacific-1',
|
|
165
177
|
tx_page: 'https://www.seiscan.app/pacific-1/txs/${txHash}',
|
|
166
178
|
account_page: 'https://www.seiscan.app/pacific-1/accounts/${accountAddress}'
|
package/mainnet/stride/assets.js
CHANGED
|
@@ -562,6 +562,7 @@ const info = {
|
|
|
562
562
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png',
|
|
563
563
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg'
|
|
564
564
|
},
|
|
565
|
+
coingecko_id: 'stride-staked-islm',
|
|
565
566
|
images: [{
|
|
566
567
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png',
|
|
567
568
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.73",
|
|
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.59",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.59"
|
|
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": "5a832e76c1e77ca73fda7fcaa1cc06998cae82ed"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -127,6 +127,7 @@ const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
|
127
127
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
128
128
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
129
129
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
130
|
+
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
130
131
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
131
132
|
const _uniontestnet = __importStar(require("./uniontestnet"));
|
|
132
133
|
const _upticktestnet = __importStar(require("./upticktestnet"));
|
|
@@ -240,6 +241,7 @@ const assets = [
|
|
|
240
241
|
_terpnettestnet2.assets,
|
|
241
242
|
_terra2testnet.assets,
|
|
242
243
|
_titantestnet.assets,
|
|
244
|
+
_tucanatestnet.assets,
|
|
243
245
|
_ulastestnet.assets,
|
|
244
246
|
_uniontestnet.assets,
|
|
245
247
|
_upticktestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -127,6 +127,7 @@ const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
|
127
127
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
128
128
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
129
129
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
130
|
+
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
130
131
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
131
132
|
const _uniontestnet = __importStar(require("./uniontestnet"));
|
|
132
133
|
const _upticktestnet = __importStar(require("./upticktestnet"));
|
|
@@ -240,6 +241,7 @@ const chains = [
|
|
|
240
241
|
_terpnettestnet2.chain,
|
|
241
242
|
_terra2testnet.chain,
|
|
242
243
|
_titantestnet.chain,
|
|
244
|
+
_tucanatestnet.chain,
|
|
243
245
|
_ulastestnet.chain,
|
|
244
246
|
_uniontestnet.chain,
|
|
245
247
|
_upticktestnet.chain,
|
package/testnet/named.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export * as terpnettestnet from './terpnettestnet';
|
|
|
102
102
|
export * as terpnettestnet2 from './terpnettestnet2';
|
|
103
103
|
export * as terra2testnet from './terra2testnet';
|
|
104
104
|
export * as titantestnet from './titantestnet';
|
|
105
|
+
export * as tucanatestnet from './tucanatestnet';
|
|
105
106
|
export * as ulastestnet from './ulastestnet';
|
|
106
107
|
export * as uniontestnet from './uniontestnet';
|
|
107
108
|
export * as upticktestnet from './upticktestnet';
|
package/testnet/named.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
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
27
|
exports.temporaltestnet = exports.synternettestnet = 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.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet = exports.manifesttestnet = 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 = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = void 0;
|
|
28
|
+
exports.zetachaintestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.vincechaintestnet = exports.upticktestnet = exports.uniontestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = void 0;
|
|
29
29
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
30
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
31
31
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
@@ -130,6 +130,7 @@ exports.terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
|
130
130
|
exports.terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
131
131
|
exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
132
132
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
133
|
+
exports.tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
133
134
|
exports.ulastestnet = __importStar(require("./ulastestnet"));
|
|
134
135
|
exports.uniontestnet = __importStar(require("./uniontestnet"));
|
|
135
136
|
exports.upticktestnet = __importStar(require("./upticktestnet"));
|
|
@@ -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: 'tucanatestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native EVM, governance and staking token of the Tucana',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'atuc',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'tuc',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'atuc',
|
|
16
|
+
name: 'Tucana',
|
|
17
|
+
display: 'tuc',
|
|
18
|
+
symbol: 'TUC',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/tucanatestnet/images/tucana.png'
|
|
24
|
+
}]
|
|
25
|
+
}]
|
|
26
|
+
};
|
|
27
|
+
exports.default = info;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'tucanatestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'testnet',
|
|
8
|
+
pretty_name: 'Tucana Testnet',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'tucana_712-1',
|
|
11
|
+
bech32_prefix: 'tuc',
|
|
12
|
+
daemon_name: 'tucanad',
|
|
13
|
+
node_home: '$HOME/.tucanad',
|
|
14
|
+
key_algos: ['ethsecp256k1'],
|
|
15
|
+
extra_codecs: ['ethermint'],
|
|
16
|
+
slip44: 60,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'atuc',
|
|
20
|
+
fixed_min_gas_price: 5000000000,
|
|
21
|
+
low_gas_price: 10000000000,
|
|
22
|
+
average_gas_price: 25000000000,
|
|
23
|
+
high_gas_price: 30000000000
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'atuc'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
cosmos_sdk_version: 'v0.50.8'
|
|
33
|
+
},
|
|
34
|
+
apis: {
|
|
35
|
+
rpc: [{
|
|
36
|
+
address: 'https://rpc.birdee-2.tucana.zone/',
|
|
37
|
+
provider: 'Tucana'
|
|
38
|
+
}],
|
|
39
|
+
rest: [{
|
|
40
|
+
address: 'https://lcd.birdee-2.tucana.zone/',
|
|
41
|
+
provider: 'Tucana'
|
|
42
|
+
}],
|
|
43
|
+
grpc: []
|
|
44
|
+
},
|
|
45
|
+
explorers: [{
|
|
46
|
+
kind: 'Blockscout',
|
|
47
|
+
url: 'https://explorer.birdee-2.tucana.zone/',
|
|
48
|
+
tx_page: 'https://explorer.birdee-2.tucana.zone/tx/${txHash}'
|
|
49
|
+
}]
|
|
50
|
+
};
|
|
51
|
+
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;
|