chain-registry 1.69.136 → 1.69.138
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/axelar/ibc.js +29 -0
- 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/nomic/chain.js +0 -5
- package/esm/mainnet/quicksilver/chain.js +3 -3
- package/esm/mainnet/sidechain/ibc.js +29 -0
- package/esm/mainnet/stargaze/assets.js +42 -0
- package/esm/testnet/mantrachaintestnet2/ibc.js +1 -1
- package/esm/testnet/osmosistestnet/ibc.js +1 -1
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/axelar/ibc.js +29 -0
- 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/nomic/chain.js +0 -5
- package/mainnet/quicksilver/chain.js +3 -3
- package/mainnet/sidechain/ibc.js +29 -0
- package/mainnet/stargaze/assets.js +42 -0
- package/package.json +4 -4
- package/testnet/mantrachaintestnet2/ibc.js +1 -1
- package/testnet/osmosistestnet/ibc.js +1 -1
- package/testnet/zenrocktestnet/chain.js +1 -1
|
@@ -1182,6 +1182,35 @@ const info = [
|
|
|
1182
1182
|
}
|
|
1183
1183
|
}]
|
|
1184
1184
|
},
|
|
1185
|
+
{
|
|
1186
|
+
$schema: '../ibc_data.schema.json',
|
|
1187
|
+
chain_1: {
|
|
1188
|
+
chain_name: 'axelar',
|
|
1189
|
+
client_id: '07-tendermint-241',
|
|
1190
|
+
connection_id: 'connection-231'
|
|
1191
|
+
},
|
|
1192
|
+
chain_2: {
|
|
1193
|
+
chain_name: 'sidechain',
|
|
1194
|
+
client_id: '07-tendermint-18',
|
|
1195
|
+
connection_id: 'connection-6'
|
|
1196
|
+
},
|
|
1197
|
+
channels: [{
|
|
1198
|
+
chain_1: {
|
|
1199
|
+
channel_id: 'channel-173',
|
|
1200
|
+
port_id: 'transfer'
|
|
1201
|
+
},
|
|
1202
|
+
chain_2: {
|
|
1203
|
+
channel_id: 'channel-5',
|
|
1204
|
+
port_id: 'transfer'
|
|
1205
|
+
},
|
|
1206
|
+
ordering: 'unordered',
|
|
1207
|
+
version: 'ics20-1',
|
|
1208
|
+
tags: {
|
|
1209
|
+
status: 'live',
|
|
1210
|
+
preferred: true
|
|
1211
|
+
}
|
|
1212
|
+
}]
|
|
1213
|
+
},
|
|
1185
1214
|
{
|
|
1186
1215
|
$schema: '../ibc_data.schema.json',
|
|
1187
1216
|
chain_1: {
|
|
@@ -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: 5000000000,
|
|
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: {
|
|
@@ -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',
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'axelar',
|
|
6
|
+
client_id: '07-tendermint-241',
|
|
7
|
+
connection_id: 'connection-231'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'sidechain',
|
|
11
|
+
client_id: '07-tendermint-18',
|
|
12
|
+
connection_id: 'connection-6'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-173',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-5',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
|
@@ -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/axelar/ibc.js
CHANGED
|
@@ -1184,6 +1184,35 @@ const info = [
|
|
|
1184
1184
|
}
|
|
1185
1185
|
}]
|
|
1186
1186
|
},
|
|
1187
|
+
{
|
|
1188
|
+
$schema: '../ibc_data.schema.json',
|
|
1189
|
+
chain_1: {
|
|
1190
|
+
chain_name: 'axelar',
|
|
1191
|
+
client_id: '07-tendermint-241',
|
|
1192
|
+
connection_id: 'connection-231'
|
|
1193
|
+
},
|
|
1194
|
+
chain_2: {
|
|
1195
|
+
chain_name: 'sidechain',
|
|
1196
|
+
client_id: '07-tendermint-18',
|
|
1197
|
+
connection_id: 'connection-6'
|
|
1198
|
+
},
|
|
1199
|
+
channels: [{
|
|
1200
|
+
chain_1: {
|
|
1201
|
+
channel_id: 'channel-173',
|
|
1202
|
+
port_id: 'transfer'
|
|
1203
|
+
},
|
|
1204
|
+
chain_2: {
|
|
1205
|
+
channel_id: 'channel-5',
|
|
1206
|
+
port_id: 'transfer'
|
|
1207
|
+
},
|
|
1208
|
+
ordering: 'unordered',
|
|
1209
|
+
version: 'ics20-1',
|
|
1210
|
+
tags: {
|
|
1211
|
+
status: 'live',
|
|
1212
|
+
preferred: true
|
|
1213
|
+
}
|
|
1214
|
+
}]
|
|
1215
|
+
},
|
|
1187
1216
|
{
|
|
1188
1217
|
$schema: '../ibc_data.schema.json',
|
|
1189
1218
|
chain_1: {
|
|
@@ -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: 5000000000,
|
|
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: {
|
package/mainnet/nomic/chain.js
CHANGED
|
@@ -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',
|
package/mainnet/sidechain/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-241',
|
|
9
|
+
connection_id: 'connection-231'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'sidechain',
|
|
13
|
+
client_id: '07-tendermint-18',
|
|
14
|
+
connection_id: 'connection-6'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-173',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-5',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
|
@@ -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.138",
|
|
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.84",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.84"
|
|
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": "5a538c4202c9ace1a091be303b1661184d060588"
|
|
47
47
|
}
|