chain-registry 1.69.137 → 1.69.139
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/arkh/chain.js +3 -18
- package/esm/mainnet/celestia/chain.js +12 -0
- package/esm/mainnet/dydx/chain.js +14 -7
- package/esm/mainnet/fxcore/assets.js +38 -3
- package/esm/mainnet/fxcore/chain.js +20 -20
- package/esm/mainnet/oraichain/assets.js +5 -0
- package/esm/mainnet/osmosis/assets.js +22 -9
- package/esm/mainnet/quicksilver/chain.js +3 -3
- package/esm/mainnet/stargaze/assets.js +42 -0
- package/mainnet/arkh/chain.js +3 -18
- package/mainnet/celestia/chain.js +12 -0
- package/mainnet/dydx/chain.js +14 -7
- package/mainnet/fxcore/assets.js +38 -3
- package/mainnet/fxcore/chain.js +20 -20
- package/mainnet/oraichain/assets.js +5 -0
- package/mainnet/osmosis/assets.js +22 -9
- package/mainnet/quicksilver/chain.js +3 -3
- package/mainnet/stargaze/assets.js +42 -0
- package/package.json +4 -4
|
@@ -46,40 +46,25 @@ const info = {
|
|
|
46
46
|
rpc: [{
|
|
47
47
|
address: 'https://asc-dataseed.arkhadian.com/',
|
|
48
48
|
provider: 'arkhnetwork'
|
|
49
|
-
}, {
|
|
50
|
-
address: 'https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
51
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
52
49
|
}],
|
|
53
50
|
rest: [{
|
|
54
51
|
address: 'https://asc-blockchain-api.arkhadian.com/',
|
|
55
52
|
provider: 'arkhnetwork'
|
|
56
|
-
}, {
|
|
57
|
-
address: 'https://arkh_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
58
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
59
53
|
}],
|
|
60
54
|
grpc: [{
|
|
61
55
|
address: 'https://grpc.arkh.nodexcapital.com:443',
|
|
62
56
|
provider: 'NodeX Validator'
|
|
63
57
|
}]
|
|
64
58
|
},
|
|
65
|
-
explorers: [
|
|
66
|
-
{
|
|
59
|
+
explorers: [{
|
|
67
60
|
kind: 'Kynraze Explorer',
|
|
68
61
|
url: 'https://explorer.kynraze.com/arkhadian',
|
|
69
62
|
tx_page: 'https://explorer.kynraze.com/arkhadian/tx/${txHash}'
|
|
70
|
-
},
|
|
71
|
-
{
|
|
63
|
+
}, {
|
|
72
64
|
kind: 'NODEXPLORER',
|
|
73
65
|
url: 'https://explorer.nodexcapital.com/arkhadian',
|
|
74
66
|
tx_page: 'https://explorer.nodexcapital.com/arkhadian/tx/${txHash}'
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
78
|
-
url: 'https://explorer.whenmoonwhenlambo.money/arkhadian',
|
|
79
|
-
tx_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}',
|
|
80
|
-
account_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}'
|
|
81
|
-
}
|
|
82
|
-
],
|
|
67
|
+
}],
|
|
83
68
|
images: [{
|
|
84
69
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
85
70
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg',
|
|
@@ -179,6 +179,10 @@ const info = {
|
|
|
179
179
|
{
|
|
180
180
|
address: 'https://celestia-rpc.stakeandrelax.net',
|
|
181
181
|
provider: 'Stake&Relax Validator 🦥'
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
address: 'https://rpc.celestia.node75.org',
|
|
185
|
+
provider: 'Pro-Nodes75'
|
|
182
186
|
}
|
|
183
187
|
],
|
|
184
188
|
rest: [
|
|
@@ -285,6 +289,10 @@ const info = {
|
|
|
285
289
|
{
|
|
286
290
|
address: 'https://celestia-api.stakeandrelax.net',
|
|
287
291
|
provider: 'Stake&Relax Validator 🦥'
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
address: 'https://api.celestia.node75.org',
|
|
295
|
+
provider: 'Pro-Nodes75'
|
|
288
296
|
}
|
|
289
297
|
],
|
|
290
298
|
grpc: [
|
|
@@ -375,6 +383,10 @@ const info = {
|
|
|
375
383
|
{
|
|
376
384
|
address: 'http://celestia-grpc.stakeandrelax.net:11690',
|
|
377
385
|
provider: 'Stake&Relax Validator 🦥'
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
address: 'grpc.celestia.node75.org:9220',
|
|
389
|
+
provider: 'Pro-Nodes75'
|
|
378
390
|
}
|
|
379
391
|
]
|
|
380
392
|
},
|
|
@@ -34,17 +34,24 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
git_repo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
37
|
-
recommended_version: 'protocol/
|
|
38
|
-
compatible_versions: [
|
|
37
|
+
recommended_version: 'protocol/v8.0.5',
|
|
38
|
+
compatible_versions: [
|
|
39
|
+
'protocol/v8.0.5',
|
|
40
|
+
'protocol/v8.0.3',
|
|
41
|
+
'protocol/v8.0.2',
|
|
42
|
+
'protocol/v8.0.1',
|
|
43
|
+
'protocol/v8.0.0-rc1',
|
|
44
|
+
'protocol/v8.0.0-rc0'
|
|
45
|
+
],
|
|
39
46
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
41
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
47
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-amd64.tar.gz',
|
|
48
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-arm64.tar.gz'
|
|
42
49
|
},
|
|
43
50
|
consensus: {
|
|
44
51
|
type: 'cometbft',
|
|
45
|
-
version: 'v0.38.
|
|
52
|
+
version: 'v0.38.15',
|
|
46
53
|
repo: 'https://github.com/dydxprotocol/cometbft',
|
|
47
|
-
tag: 'v0.38.6-0.
|
|
54
|
+
tag: 'v0.38.6-0.20250203202601-3ab07f44e83a'
|
|
48
55
|
},
|
|
49
56
|
genesis: {
|
|
50
57
|
genesis_url: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
|
|
@@ -53,7 +60,7 @@ const info = {
|
|
|
53
60
|
type: 'cosmos',
|
|
54
61
|
repo: 'https://github.com/dydxprotocol/cosmos-sdk',
|
|
55
62
|
version: 'v0.50.6',
|
|
56
|
-
tag: 'v0.50.6-0.
|
|
63
|
+
tag: 'v0.50.6-0.20250113155252-f00c500eaff3'
|
|
57
64
|
},
|
|
58
65
|
ibc: {
|
|
59
66
|
type: 'go',
|
|
@@ -1,7 +1,40 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'fxcore',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'PUNDIAI is an ERC-20 utility and governance token of Pundi AI ecosystem, including Pundi AI Data Platform, Pundi AI Marketplace, Pundi AIFX Omni Layer and Pundi MM AI Agent Launcher.',
|
|
7
|
+
extended_description: 'PundiAI is the token rebrand of Function X (FX token) to align with the project\'s evolving AI and data-driven focus, updating tokenomics to reflect current value, enhancing market perception, improving user adoption, and possibly supporting technical or ecosystem improvements.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'apundiai',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'pundiai',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'apundiai',
|
|
16
|
+
name: 'Pundi AI',
|
|
17
|
+
display: 'pundiai',
|
|
18
|
+
symbol: 'PUNDIAI',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
22
|
+
},
|
|
23
|
+
coingecko_id: 'pundi-aifx',
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg',
|
|
27
|
+
theme: {
|
|
28
|
+
primary_color_hex: '#1c1c1c'
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://functionx.io',
|
|
33
|
+
twitter: 'https://x.com/PundiAI'
|
|
34
|
+
},
|
|
35
|
+
type_asset: 'sdk.coin'
|
|
36
|
+
},
|
|
37
|
+
{
|
|
5
38
|
description: 'The native staking token of the Function X',
|
|
6
39
|
extended_description: 'FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.',
|
|
7
40
|
denom_units: [{
|
|
@@ -32,7 +65,8 @@ const info = {
|
|
|
32
65
|
twitter: 'https://x.com/functionx_io'
|
|
33
66
|
},
|
|
34
67
|
type_asset: 'sdk.coin'
|
|
35
|
-
},
|
|
68
|
+
},
|
|
69
|
+
{
|
|
36
70
|
description: 'The cross chain token of the Function X',
|
|
37
71
|
extended_description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
|
|
38
72
|
denom_units: [{
|
|
@@ -71,6 +105,7 @@ const info = {
|
|
|
71
105
|
twitter: 'https://x.com/PundiXLabs'
|
|
72
106
|
},
|
|
73
107
|
type_asset: 'sdk.coin'
|
|
74
|
-
}
|
|
108
|
+
}
|
|
109
|
+
]
|
|
75
110
|
};
|
|
76
111
|
export default info;
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
chain_type: 'cosmos',
|
|
5
5
|
chain_id: 'fxcore',
|
|
6
6
|
website: 'https://functionx.io',
|
|
7
|
-
pretty_name: '
|
|
7
|
+
pretty_name: 'Pundi AIFX',
|
|
8
8
|
status: 'live',
|
|
9
9
|
network_type: 'mainnet',
|
|
10
10
|
bech32_prefix: 'fx',
|
|
@@ -15,45 +15,45 @@ const info = {
|
|
|
15
15
|
slip44: 60,
|
|
16
16
|
fees: {
|
|
17
17
|
fee_tokens: [{
|
|
18
|
-
denom: '
|
|
19
|
-
fixed_min_gas_price:
|
|
20
|
-
low_gas_price:
|
|
21
|
-
average_gas_price:
|
|
22
|
-
high_gas_price:
|
|
18
|
+
denom: 'apundiai',
|
|
19
|
+
fixed_min_gas_price: 5100000000,
|
|
20
|
+
low_gas_price: 5100000000,
|
|
21
|
+
average_gas_price: 5100000000,
|
|
22
|
+
high_gas_price: 5200000000
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
25
25
|
staking: {
|
|
26
26
|
staking_tokens: [{
|
|
27
|
-
denom: '
|
|
27
|
+
denom: 'apundiai'
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
|
-
git_repo: 'https://github.com/
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
31
|
+
git_repo: 'https://github.com/PundiAI/fx-core',
|
|
32
|
+
recommended_version: 'v8.5.0',
|
|
33
|
+
compatible_versions: ['v8.5.0'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/
|
|
36
|
-
"linux/arm64": 'https://github.com/
|
|
37
|
-
"darwin/amd64": 'https://github.com/
|
|
38
|
-
"darwin/arm64": 'https://github.com/
|
|
39
|
-
"windows/amd64": 'https://github.com/
|
|
35
|
+
"linux/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-linux-amd64',
|
|
36
|
+
"linux/arm64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-linux-arm64',
|
|
37
|
+
"darwin/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-darwin-amd64',
|
|
38
|
+
"darwin/arm64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-darwin-amd64',
|
|
39
|
+
"windows/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-windows-amd64.exe'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
name: 'fxv1',
|
|
43
|
-
genesis_url: 'https://github.com/
|
|
43
|
+
genesis_url: 'https://github.com/PundiAI/fx-core/raw/main/public/mainnet/genesis.json'
|
|
44
44
|
},
|
|
45
45
|
consensus: {
|
|
46
46
|
type: 'cometbft',
|
|
47
|
-
version: 'v0.
|
|
47
|
+
version: 'v0.38.13'
|
|
48
48
|
},
|
|
49
49
|
sdk: {
|
|
50
50
|
type: 'cosmos',
|
|
51
|
-
version: 'v0.
|
|
52
|
-
tag: 'v0.
|
|
51
|
+
version: 'v0.50.11',
|
|
52
|
+
tag: 'v0.50.11'
|
|
53
53
|
},
|
|
54
54
|
ibc: {
|
|
55
55
|
type: 'go',
|
|
56
|
-
version: '
|
|
56
|
+
version: 'v8.5.2'
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
apis: {
|
|
@@ -672,6 +672,11 @@ const info = {
|
|
|
672
672
|
name: 'SAM',
|
|
673
673
|
display: 'sam',
|
|
674
674
|
symbol: 'SAM',
|
|
675
|
+
coingecko_id: 'sam-2',
|
|
676
|
+
socials: {
|
|
677
|
+
website: 'https://www.lastsamorais.com/',
|
|
678
|
+
twitter: 'https://x.com/sam_thecoin'
|
|
679
|
+
},
|
|
675
680
|
images: [{
|
|
676
681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
|
|
677
682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
|
|
@@ -23431,10 +23431,15 @@ const info = {
|
|
|
23431
23431
|
provider: 'Osmosis'
|
|
23432
23432
|
}],
|
|
23433
23433
|
logo_URIs: {
|
|
23434
|
-
|
|
23435
|
-
|
|
23434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
|
|
23435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
23436
23436
|
},
|
|
23437
|
-
images: [
|
|
23437
|
+
images: [
|
|
23438
|
+
{
|
|
23439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
|
|
23440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
23441
|
+
},
|
|
23442
|
+
{
|
|
23438
23443
|
image_sync: {
|
|
23439
23444
|
chain_name: 'dydx',
|
|
23440
23445
|
base_denom: 'adydx'
|
|
@@ -23444,12 +23449,14 @@ const info = {
|
|
|
23444
23449
|
theme: {
|
|
23445
23450
|
primary_color_hex: '#21212f'
|
|
23446
23451
|
}
|
|
23447
|
-
},
|
|
23452
|
+
},
|
|
23453
|
+
{
|
|
23448
23454
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
23449
23455
|
theme: {
|
|
23450
23456
|
circle: true
|
|
23451
23457
|
}
|
|
23452
|
-
}
|
|
23458
|
+
}
|
|
23459
|
+
]
|
|
23453
23460
|
},
|
|
23454
23461
|
{
|
|
23455
23462
|
description: 'An alloy of FET asset variants on Osmosis.',
|
|
@@ -23476,10 +23483,13 @@ const info = {
|
|
|
23476
23483
|
provider: 'Osmosis'
|
|
23477
23484
|
}],
|
|
23478
23485
|
logo_URIs: {
|
|
23479
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23480
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png',
|
|
23487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg'
|
|
23481
23488
|
},
|
|
23482
23489
|
images: [{
|
|
23490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
|
|
23491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
|
|
23492
|
+
}, {
|
|
23483
23493
|
image_sync: {
|
|
23484
23494
|
chain_name: 'fetchhub',
|
|
23485
23495
|
base_denom: 'afet'
|
|
@@ -23516,10 +23526,13 @@ const info = {
|
|
|
23516
23526
|
provider: 'Osmosis'
|
|
23517
23527
|
}],
|
|
23518
23528
|
logo_URIs: {
|
|
23519
|
-
|
|
23520
|
-
|
|
23529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
|
|
23530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
|
|
23521
23531
|
},
|
|
23522
23532
|
images: [{
|
|
23533
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
|
|
23534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
|
|
23535
|
+
}, {
|
|
23523
23536
|
image_sync: {
|
|
23524
23537
|
chain_name: 'aioz',
|
|
23525
23538
|
base_denom: 'attoaioz'
|
|
@@ -30,10 +30,10 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/quicksilver-zone/quicksilver',
|
|
33
|
-
recommended_version: 'v1.7.
|
|
34
|
-
compatible_versions: ['v1.7.
|
|
33
|
+
recommended_version: 'v1.7.7',
|
|
34
|
+
compatible_versions: ['v1.7.7'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.
|
|
36
|
+
"linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.7/quicksilverd-v1.7.7-amd64'
|
|
37
37
|
},
|
|
38
38
|
sdk: {
|
|
39
39
|
type: 'cosmos',
|
|
@@ -788,6 +788,48 @@ const info = {
|
|
|
788
788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
|
|
789
789
|
}],
|
|
790
790
|
type_asset: 'sdk.coin'
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
description: 'The OG meme coin on MANTRA Chain',
|
|
794
|
+
extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
|
|
795
|
+
denom_units: [{
|
|
796
|
+
denom: 'ibc/8A443E18BB2C30A0D635569935BB0364018EA97A372ADA5D7145378A40D3D967',
|
|
797
|
+
exponent: 0
|
|
798
|
+
}, {
|
|
799
|
+
denom: 'bike',
|
|
800
|
+
exponent: 6
|
|
801
|
+
}],
|
|
802
|
+
type_asset: 'ics20',
|
|
803
|
+
base: 'ibc/8A443E18BB2C30A0D635569935BB0364018EA97A372ADA5D7145378A40D3D967',
|
|
804
|
+
name: 'Ali-Rev-Gator',
|
|
805
|
+
display: 'bike',
|
|
806
|
+
symbol: 'BIKE',
|
|
807
|
+
logo_URIs: {
|
|
808
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
|
|
809
|
+
},
|
|
810
|
+
traces: [{
|
|
811
|
+
type: 'ibc',
|
|
812
|
+
counterparty: {
|
|
813
|
+
chain_name: 'mantrachain',
|
|
814
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
|
|
815
|
+
channel_id: 'channel-4'
|
|
816
|
+
},
|
|
817
|
+
chain: {
|
|
818
|
+
channel_id: 'channel-406',
|
|
819
|
+
path: 'transfer/channel-406/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
820
|
+
}
|
|
821
|
+
}],
|
|
822
|
+
images: [{
|
|
823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
|
|
824
|
+
image_sync: {
|
|
825
|
+
chain_name: 'mantrachain',
|
|
826
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
827
|
+
},
|
|
828
|
+
theme: {
|
|
829
|
+
primary_color_hex: '#80c75d',
|
|
830
|
+
circle: true
|
|
831
|
+
}
|
|
832
|
+
}]
|
|
791
833
|
}
|
|
792
834
|
]
|
|
793
835
|
};
|
package/mainnet/arkh/chain.js
CHANGED
|
@@ -48,40 +48,25 @@ const info = {
|
|
|
48
48
|
rpc: [{
|
|
49
49
|
address: 'https://asc-dataseed.arkhadian.com/',
|
|
50
50
|
provider: 'arkhnetwork'
|
|
51
|
-
}, {
|
|
52
|
-
address: 'https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
53
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
54
51
|
}],
|
|
55
52
|
rest: [{
|
|
56
53
|
address: 'https://asc-blockchain-api.arkhadian.com/',
|
|
57
54
|
provider: 'arkhnetwork'
|
|
58
|
-
}, {
|
|
59
|
-
address: 'https://arkh_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
60
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
61
55
|
}],
|
|
62
56
|
grpc: [{
|
|
63
57
|
address: 'https://grpc.arkh.nodexcapital.com:443',
|
|
64
58
|
provider: 'NodeX Validator'
|
|
65
59
|
}]
|
|
66
60
|
},
|
|
67
|
-
explorers: [
|
|
68
|
-
{
|
|
61
|
+
explorers: [{
|
|
69
62
|
kind: 'Kynraze Explorer',
|
|
70
63
|
url: 'https://explorer.kynraze.com/arkhadian',
|
|
71
64
|
tx_page: 'https://explorer.kynraze.com/arkhadian/tx/${txHash}'
|
|
72
|
-
},
|
|
73
|
-
{
|
|
65
|
+
}, {
|
|
74
66
|
kind: 'NODEXPLORER',
|
|
75
67
|
url: 'https://explorer.nodexcapital.com/arkhadian',
|
|
76
68
|
tx_page: 'https://explorer.nodexcapital.com/arkhadian/tx/${txHash}'
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
80
|
-
url: 'https://explorer.whenmoonwhenlambo.money/arkhadian',
|
|
81
|
-
tx_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}',
|
|
82
|
-
account_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}'
|
|
83
|
-
}
|
|
84
|
-
],
|
|
69
|
+
}],
|
|
85
70
|
images: [{
|
|
86
71
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
|
|
87
72
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg',
|
|
@@ -181,6 +181,10 @@ const info = {
|
|
|
181
181
|
{
|
|
182
182
|
address: 'https://celestia-rpc.stakeandrelax.net',
|
|
183
183
|
provider: 'Stake&Relax Validator 🦥'
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
address: 'https://rpc.celestia.node75.org',
|
|
187
|
+
provider: 'Pro-Nodes75'
|
|
184
188
|
}
|
|
185
189
|
],
|
|
186
190
|
rest: [
|
|
@@ -287,6 +291,10 @@ const info = {
|
|
|
287
291
|
{
|
|
288
292
|
address: 'https://celestia-api.stakeandrelax.net',
|
|
289
293
|
provider: 'Stake&Relax Validator 🦥'
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
address: 'https://api.celestia.node75.org',
|
|
297
|
+
provider: 'Pro-Nodes75'
|
|
290
298
|
}
|
|
291
299
|
],
|
|
292
300
|
grpc: [
|
|
@@ -377,6 +385,10 @@ const info = {
|
|
|
377
385
|
{
|
|
378
386
|
address: 'http://celestia-grpc.stakeandrelax.net:11690',
|
|
379
387
|
provider: 'Stake&Relax Validator 🦥'
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
address: 'grpc.celestia.node75.org:9220',
|
|
391
|
+
provider: 'Pro-Nodes75'
|
|
380
392
|
}
|
|
381
393
|
]
|
|
382
394
|
},
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -36,17 +36,24 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
39
|
-
recommended_version: 'protocol/
|
|
40
|
-
compatible_versions: [
|
|
39
|
+
recommended_version: 'protocol/v8.0.5',
|
|
40
|
+
compatible_versions: [
|
|
41
|
+
'protocol/v8.0.5',
|
|
42
|
+
'protocol/v8.0.3',
|
|
43
|
+
'protocol/v8.0.2',
|
|
44
|
+
'protocol/v8.0.1',
|
|
45
|
+
'protocol/v8.0.0-rc1',
|
|
46
|
+
'protocol/v8.0.0-rc0'
|
|
47
|
+
],
|
|
41
48
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
43
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
49
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-amd64.tar.gz',
|
|
50
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-arm64.tar.gz'
|
|
44
51
|
},
|
|
45
52
|
consensus: {
|
|
46
53
|
type: 'cometbft',
|
|
47
|
-
version: 'v0.38.
|
|
54
|
+
version: 'v0.38.15',
|
|
48
55
|
repo: 'https://github.com/dydxprotocol/cometbft',
|
|
49
|
-
tag: 'v0.38.6-0.
|
|
56
|
+
tag: 'v0.38.6-0.20250203202601-3ab07f44e83a'
|
|
50
57
|
},
|
|
51
58
|
genesis: {
|
|
52
59
|
genesis_url: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
|
|
@@ -55,7 +62,7 @@ const info = {
|
|
|
55
62
|
type: 'cosmos',
|
|
56
63
|
repo: 'https://github.com/dydxprotocol/cosmos-sdk',
|
|
57
64
|
version: 'v0.50.6',
|
|
58
|
-
tag: 'v0.50.6-0.
|
|
65
|
+
tag: 'v0.50.6-0.20250113155252-f00c500eaff3'
|
|
59
66
|
},
|
|
60
67
|
ibc: {
|
|
61
68
|
type: 'go',
|
package/mainnet/fxcore/assets.js
CHANGED
|
@@ -3,7 +3,40 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'fxcore',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
8
|
+
description: 'PUNDIAI is an ERC-20 utility and governance token of Pundi AI ecosystem, including Pundi AI Data Platform, Pundi AI Marketplace, Pundi AIFX Omni Layer and Pundi MM AI Agent Launcher.',
|
|
9
|
+
extended_description: 'PundiAI is the token rebrand of Function X (FX token) to align with the project\'s evolving AI and data-driven focus, updating tokenomics to reflect current value, enhancing market perception, improving user adoption, and possibly supporting technical or ecosystem improvements.',
|
|
10
|
+
denom_units: [{
|
|
11
|
+
denom: 'apundiai',
|
|
12
|
+
exponent: 0
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'pundiai',
|
|
15
|
+
exponent: 18
|
|
16
|
+
}],
|
|
17
|
+
base: 'apundiai',
|
|
18
|
+
name: 'Pundi AI',
|
|
19
|
+
display: 'pundiai',
|
|
20
|
+
symbol: 'PUNDIAI',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
24
|
+
},
|
|
25
|
+
coingecko_id: 'pundi-aifx',
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg',
|
|
29
|
+
theme: {
|
|
30
|
+
primary_color_hex: '#1c1c1c'
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
socials: {
|
|
34
|
+
website: 'https://functionx.io',
|
|
35
|
+
twitter: 'https://x.com/PundiAI'
|
|
36
|
+
},
|
|
37
|
+
type_asset: 'sdk.coin'
|
|
38
|
+
},
|
|
39
|
+
{
|
|
7
40
|
description: 'The native staking token of the Function X',
|
|
8
41
|
extended_description: 'FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.',
|
|
9
42
|
denom_units: [{
|
|
@@ -34,7 +67,8 @@ const info = {
|
|
|
34
67
|
twitter: 'https://x.com/functionx_io'
|
|
35
68
|
},
|
|
36
69
|
type_asset: 'sdk.coin'
|
|
37
|
-
},
|
|
70
|
+
},
|
|
71
|
+
{
|
|
38
72
|
description: 'The cross chain token of the Function X',
|
|
39
73
|
extended_description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
|
|
40
74
|
denom_units: [{
|
|
@@ -73,6 +107,7 @@ const info = {
|
|
|
73
107
|
twitter: 'https://x.com/PundiXLabs'
|
|
74
108
|
},
|
|
75
109
|
type_asset: 'sdk.coin'
|
|
76
|
-
}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
77
112
|
};
|
|
78
113
|
exports.default = info;
|
package/mainnet/fxcore/chain.js
CHANGED
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
chain_type: 'cosmos',
|
|
7
7
|
chain_id: 'fxcore',
|
|
8
8
|
website: 'https://functionx.io',
|
|
9
|
-
pretty_name: '
|
|
9
|
+
pretty_name: 'Pundi AIFX',
|
|
10
10
|
status: 'live',
|
|
11
11
|
network_type: 'mainnet',
|
|
12
12
|
bech32_prefix: 'fx',
|
|
@@ -17,45 +17,45 @@ const info = {
|
|
|
17
17
|
slip44: 60,
|
|
18
18
|
fees: {
|
|
19
19
|
fee_tokens: [{
|
|
20
|
-
denom: '
|
|
21
|
-
fixed_min_gas_price:
|
|
22
|
-
low_gas_price:
|
|
23
|
-
average_gas_price:
|
|
24
|
-
high_gas_price:
|
|
20
|
+
denom: 'apundiai',
|
|
21
|
+
fixed_min_gas_price: 5100000000,
|
|
22
|
+
low_gas_price: 5100000000,
|
|
23
|
+
average_gas_price: 5100000000,
|
|
24
|
+
high_gas_price: 5200000000
|
|
25
25
|
}]
|
|
26
26
|
},
|
|
27
27
|
staking: {
|
|
28
28
|
staking_tokens: [{
|
|
29
|
-
denom: '
|
|
29
|
+
denom: 'apundiai'
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
|
-
git_repo: 'https://github.com/
|
|
34
|
-
recommended_version: '
|
|
35
|
-
compatible_versions: ['
|
|
33
|
+
git_repo: 'https://github.com/PundiAI/fx-core',
|
|
34
|
+
recommended_version: 'v8.5.0',
|
|
35
|
+
compatible_versions: ['v8.5.0'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/
|
|
38
|
-
"linux/arm64": 'https://github.com/
|
|
39
|
-
"darwin/amd64": 'https://github.com/
|
|
40
|
-
"darwin/arm64": 'https://github.com/
|
|
41
|
-
"windows/amd64": 'https://github.com/
|
|
37
|
+
"linux/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-linux-amd64',
|
|
38
|
+
"linux/arm64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-linux-arm64',
|
|
39
|
+
"darwin/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-darwin-amd64',
|
|
40
|
+
"darwin/arm64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-darwin-amd64',
|
|
41
|
+
"windows/amd64": 'https://github.com/PundiAI/fx-core/releases/download/v8.5.0/fxcored-v8.5.0-windows-amd64.exe'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
name: 'fxv1',
|
|
45
|
-
genesis_url: 'https://github.com/
|
|
45
|
+
genesis_url: 'https://github.com/PundiAI/fx-core/raw/main/public/mainnet/genesis.json'
|
|
46
46
|
},
|
|
47
47
|
consensus: {
|
|
48
48
|
type: 'cometbft',
|
|
49
|
-
version: 'v0.
|
|
49
|
+
version: 'v0.38.13'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.
|
|
54
|
-
tag: 'v0.
|
|
53
|
+
version: 'v0.50.11',
|
|
54
|
+
tag: 'v0.50.11'
|
|
55
55
|
},
|
|
56
56
|
ibc: {
|
|
57
57
|
type: 'go',
|
|
58
|
-
version: '
|
|
58
|
+
version: 'v8.5.2'
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
apis: {
|
|
@@ -674,6 +674,11 @@ const info = {
|
|
|
674
674
|
name: 'SAM',
|
|
675
675
|
display: 'sam',
|
|
676
676
|
symbol: 'SAM',
|
|
677
|
+
coingecko_id: 'sam-2',
|
|
678
|
+
socials: {
|
|
679
|
+
website: 'https://www.lastsamorais.com/',
|
|
680
|
+
twitter: 'https://x.com/sam_thecoin'
|
|
681
|
+
},
|
|
677
682
|
images: [{
|
|
678
683
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
|
|
679
684
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
|
|
@@ -23433,10 +23433,15 @@ const info = {
|
|
|
23433
23433
|
provider: 'Osmosis'
|
|
23434
23434
|
}],
|
|
23435
23435
|
logo_URIs: {
|
|
23436
|
-
|
|
23437
|
-
|
|
23436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
|
|
23437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
23438
23438
|
},
|
|
23439
|
-
images: [
|
|
23439
|
+
images: [
|
|
23440
|
+
{
|
|
23441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
|
|
23442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
23443
|
+
},
|
|
23444
|
+
{
|
|
23440
23445
|
image_sync: {
|
|
23441
23446
|
chain_name: 'dydx',
|
|
23442
23447
|
base_denom: 'adydx'
|
|
@@ -23446,12 +23451,14 @@ const info = {
|
|
|
23446
23451
|
theme: {
|
|
23447
23452
|
primary_color_hex: '#21212f'
|
|
23448
23453
|
}
|
|
23449
|
-
},
|
|
23454
|
+
},
|
|
23455
|
+
{
|
|
23450
23456
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
23451
23457
|
theme: {
|
|
23452
23458
|
circle: true
|
|
23453
23459
|
}
|
|
23454
|
-
}
|
|
23460
|
+
}
|
|
23461
|
+
]
|
|
23455
23462
|
},
|
|
23456
23463
|
{
|
|
23457
23464
|
description: 'An alloy of FET asset variants on Osmosis.',
|
|
@@ -23478,10 +23485,13 @@ const info = {
|
|
|
23478
23485
|
provider: 'Osmosis'
|
|
23479
23486
|
}],
|
|
23480
23487
|
logo_URIs: {
|
|
23481
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23482
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png',
|
|
23489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg'
|
|
23483
23490
|
},
|
|
23484
23491
|
images: [{
|
|
23492
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
|
|
23493
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
|
|
23494
|
+
}, {
|
|
23485
23495
|
image_sync: {
|
|
23486
23496
|
chain_name: 'fetchhub',
|
|
23487
23497
|
base_denom: 'afet'
|
|
@@ -23518,10 +23528,13 @@ const info = {
|
|
|
23518
23528
|
provider: 'Osmosis'
|
|
23519
23529
|
}],
|
|
23520
23530
|
logo_URIs: {
|
|
23521
|
-
|
|
23522
|
-
|
|
23531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
|
|
23532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
|
|
23523
23533
|
},
|
|
23524
23534
|
images: [{
|
|
23535
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
|
|
23536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
|
|
23537
|
+
}, {
|
|
23525
23538
|
image_sync: {
|
|
23526
23539
|
chain_name: 'aioz',
|
|
23527
23540
|
base_denom: 'attoaioz'
|
|
@@ -32,10 +32,10 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
codebase: {
|
|
34
34
|
git_repo: 'https://github.com/quicksilver-zone/quicksilver',
|
|
35
|
-
recommended_version: 'v1.7.
|
|
36
|
-
compatible_versions: ['v1.7.
|
|
35
|
+
recommended_version: 'v1.7.7',
|
|
36
|
+
compatible_versions: ['v1.7.7'],
|
|
37
37
|
binaries: {
|
|
38
|
-
"linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.
|
|
38
|
+
"linux/amd64": 'https://github.com/quicksilver-zone/quicksilver/releases/download/v1.7.7/quicksilverd-v1.7.7-amd64'
|
|
39
39
|
},
|
|
40
40
|
sdk: {
|
|
41
41
|
type: 'cosmos',
|
|
@@ -790,6 +790,48 @@ const info = {
|
|
|
790
790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/hood.png'
|
|
791
791
|
}],
|
|
792
792
|
type_asset: 'sdk.coin'
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
description: 'The OG meme coin on MANTRA Chain',
|
|
796
|
+
extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
|
|
797
|
+
denom_units: [{
|
|
798
|
+
denom: 'ibc/8A443E18BB2C30A0D635569935BB0364018EA97A372ADA5D7145378A40D3D967',
|
|
799
|
+
exponent: 0
|
|
800
|
+
}, {
|
|
801
|
+
denom: 'bike',
|
|
802
|
+
exponent: 6
|
|
803
|
+
}],
|
|
804
|
+
type_asset: 'ics20',
|
|
805
|
+
base: 'ibc/8A443E18BB2C30A0D635569935BB0364018EA97A372ADA5D7145378A40D3D967',
|
|
806
|
+
name: 'Ali-Rev-Gator',
|
|
807
|
+
display: 'bike',
|
|
808
|
+
symbol: 'BIKE',
|
|
809
|
+
logo_URIs: {
|
|
810
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
|
|
811
|
+
},
|
|
812
|
+
traces: [{
|
|
813
|
+
type: 'ibc',
|
|
814
|
+
counterparty: {
|
|
815
|
+
chain_name: 'mantrachain',
|
|
816
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
|
|
817
|
+
channel_id: 'channel-4'
|
|
818
|
+
},
|
|
819
|
+
chain: {
|
|
820
|
+
channel_id: 'channel-406',
|
|
821
|
+
path: 'transfer/channel-406/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
822
|
+
}
|
|
823
|
+
}],
|
|
824
|
+
images: [{
|
|
825
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
|
|
826
|
+
image_sync: {
|
|
827
|
+
chain_name: 'mantrachain',
|
|
828
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
829
|
+
},
|
|
830
|
+
theme: {
|
|
831
|
+
primary_color_hex: '#80c75d',
|
|
832
|
+
circle: true
|
|
833
|
+
}
|
|
834
|
+
}]
|
|
793
835
|
}
|
|
794
836
|
]
|
|
795
837
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.139",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.85",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.85"
|
|
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": "46e0cdd842274614308928cb0d95e7d23375da58"
|
|
47
47
|
}
|