@revoke.cash/chains 75.0.0 → 75.1.0
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/dist/src/chains.js +115 -2
- package/dist/src/enums.d.ts +8 -0
- package/dist/src/enums.js +8 -0
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -12646,6 +12646,31 @@ exports.chains = {
|
|
|
12646
12646
|
],
|
|
12647
12647
|
iconURL: 'https://ipfs.io/ipfs/QmbpYHpqR68uuJZCwm1CXtN51zi744qWzZ32ob9BKfgFTV'
|
|
12648
12648
|
},
|
|
12649
|
+
1270: {
|
|
12650
|
+
name: 'Irys Testnet V1',
|
|
12651
|
+
chain: 'IRYS',
|
|
12652
|
+
rpc: [
|
|
12653
|
+
'https://testnet-rpc.irys.xyz/v1/execution-rpc',
|
|
12654
|
+
'https://testnet-rpc-2.irys.xyz/v1/execution-rpc'
|
|
12655
|
+
],
|
|
12656
|
+
faucets: [],
|
|
12657
|
+
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
12658
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
12659
|
+
infoURL: 'https://irys.xyz',
|
|
12660
|
+
shortName: 'irys-testnet-v1',
|
|
12661
|
+
chainId: 1270,
|
|
12662
|
+
networkId: 1270,
|
|
12663
|
+
icon: 'irys',
|
|
12664
|
+
explorers: [
|
|
12665
|
+
{
|
|
12666
|
+
name: 'Irys Testnet Explorer',
|
|
12667
|
+
url: 'https://testnet-explorer.irys.xyz',
|
|
12668
|
+
icon: 'irys',
|
|
12669
|
+
standard: 'none'
|
|
12670
|
+
}
|
|
12671
|
+
],
|
|
12672
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGLHxA4W4N2h7y8ixSUEKhESCT9qmJsenGuyskqr7x1e'
|
|
12673
|
+
},
|
|
12649
12674
|
1280: {
|
|
12650
12675
|
name: 'HALO Mainnet',
|
|
12651
12676
|
chain: 'HALO',
|
|
@@ -16217,6 +16242,7 @@ exports.chains = {
|
|
|
16217
16242
|
shortName: 'ron',
|
|
16218
16243
|
chainId: 2020,
|
|
16219
16244
|
networkId: 2020,
|
|
16245
|
+
icon: 'ronin',
|
|
16220
16246
|
redFlags: ['reusedChainId'],
|
|
16221
16247
|
explorers: [
|
|
16222
16248
|
{
|
|
@@ -16224,7 +16250,8 @@ exports.chains = {
|
|
|
16224
16250
|
url: 'https://app.roninchain.com',
|
|
16225
16251
|
standard: 'EIP3091'
|
|
16226
16252
|
}
|
|
16227
|
-
]
|
|
16253
|
+
],
|
|
16254
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
16228
16255
|
},
|
|
16229
16256
|
2021: {
|
|
16230
16257
|
name: 'Edgeware EdgeEVM Mainnet',
|
|
@@ -19294,7 +19321,10 @@ exports.chains = {
|
|
|
19294
19321
|
3282: {
|
|
19295
19322
|
name: 'Irys Mainnet Beta',
|
|
19296
19323
|
chain: 'IRYS',
|
|
19297
|
-
rpc: [
|
|
19324
|
+
rpc: [
|
|
19325
|
+
'https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc',
|
|
19326
|
+
'https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc'
|
|
19327
|
+
],
|
|
19298
19328
|
faucets: [],
|
|
19299
19329
|
nativeCurrency: { name: 'Irys', symbol: 'IRYS', decimals: 18 },
|
|
19300
19330
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -34215,6 +34245,56 @@ exports.chains = {
|
|
|
34215
34245
|
],
|
|
34216
34246
|
iconURL: 'https://ipfs.io/ipfs/bafkreice4fkfrfggny5m3btlquzrimfg7jiyebvslmsknnqhivznh4u2la'
|
|
34217
34247
|
},
|
|
34248
|
+
36968: {
|
|
34249
|
+
name: 'AMA Testnet',
|
|
34250
|
+
chain: 'AMA',
|
|
34251
|
+
rpc: ['https://testnet-rpc.ama.one'],
|
|
34252
|
+
faucets: ['https://mcp.ama.one/testnet-faucet'],
|
|
34253
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34254
|
+
infoURL: 'https://ama.one',
|
|
34255
|
+
shortName: 'AMA-TESTNET',
|
|
34256
|
+
chainId: 36968,
|
|
34257
|
+
networkId: 36968,
|
|
34258
|
+
slip44: 1,
|
|
34259
|
+
status: 'incubating',
|
|
34260
|
+
explorers: [
|
|
34261
|
+
{
|
|
34262
|
+
name: 'AMA Explorer Testnet',
|
|
34263
|
+
url: 'https://testnet-ama.ddns.net',
|
|
34264
|
+
standard: 'none'
|
|
34265
|
+
},
|
|
34266
|
+
{
|
|
34267
|
+
name: 'AMA Explorer Testnet Alt',
|
|
34268
|
+
url: 'https://testnet.explorer.ama.one',
|
|
34269
|
+
standard: 'none'
|
|
34270
|
+
}
|
|
34271
|
+
]
|
|
34272
|
+
},
|
|
34273
|
+
36969: {
|
|
34274
|
+
name: 'AMA Mainnet',
|
|
34275
|
+
chain: 'AMA',
|
|
34276
|
+
rpc: ['https://mainnet-rpc.ama.one'],
|
|
34277
|
+
faucets: [],
|
|
34278
|
+
nativeCurrency: { name: 'AMA', symbol: 'AMA', decimals: 9 },
|
|
34279
|
+
infoURL: 'https://ama.one',
|
|
34280
|
+
shortName: 'AMA',
|
|
34281
|
+
chainId: 36969,
|
|
34282
|
+
networkId: 36969,
|
|
34283
|
+
slip44: 36969,
|
|
34284
|
+
status: 'active',
|
|
34285
|
+
explorers: [
|
|
34286
|
+
{
|
|
34287
|
+
name: 'AMA Explorer Mainnet',
|
|
34288
|
+
url: 'https://ama-explorer.ddns.net',
|
|
34289
|
+
standard: 'none'
|
|
34290
|
+
},
|
|
34291
|
+
{
|
|
34292
|
+
name: 'AMA Explorer Mainnet Alt',
|
|
34293
|
+
url: 'https://explorer.ama.one',
|
|
34294
|
+
standard: 'none'
|
|
34295
|
+
}
|
|
34296
|
+
]
|
|
34297
|
+
},
|
|
34218
34298
|
37111: {
|
|
34219
34299
|
name: 'Lens Testnet',
|
|
34220
34300
|
title: 'Lens Network Sepolia Testnet',
|
|
@@ -43155,6 +43235,39 @@ exports.chains = {
|
|
|
43155
43235
|
],
|
|
43156
43236
|
iconURL: 'https://ipfs.io/ipfs/QmTYAGtxSChGszStYeGM3knudcXB1JH4rPwMjhz3yvSXkW'
|
|
43157
43237
|
},
|
|
43238
|
+
202601: {
|
|
43239
|
+
name: 'Ronin Saigon Testnet',
|
|
43240
|
+
chain: 'ronin',
|
|
43241
|
+
rpc: [
|
|
43242
|
+
'https://saigon-testnet.roninchain.com/rpc',
|
|
43243
|
+
'https://ronin-saigon.drpc.org'
|
|
43244
|
+
],
|
|
43245
|
+
faucets: ['https://faucet.roninchain.com/'],
|
|
43246
|
+
nativeCurrency: { name: 'Ronin', symbol: 'RON', decimals: 18 },
|
|
43247
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
43248
|
+
infoURL: 'https://roninchain.com',
|
|
43249
|
+
shortName: 'ronin-saigon',
|
|
43250
|
+
chainId: 202601,
|
|
43251
|
+
networkId: 202601,
|
|
43252
|
+
icon: 'ronin',
|
|
43253
|
+
explorers: [
|
|
43254
|
+
{
|
|
43255
|
+
name: 'Ronin Saigon Explorer',
|
|
43256
|
+
url: 'https://saigon-explorer.roninchain.com',
|
|
43257
|
+
standard: 'EIP3091'
|
|
43258
|
+
}
|
|
43259
|
+
],
|
|
43260
|
+
parent: {
|
|
43261
|
+
type: 'L2',
|
|
43262
|
+
chain: 'eip155-11155111',
|
|
43263
|
+
bridges: [
|
|
43264
|
+
{
|
|
43265
|
+
url: 'https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/'
|
|
43266
|
+
}
|
|
43267
|
+
]
|
|
43268
|
+
},
|
|
43269
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwyre2qm2g2g27rffua7sb3dsqx7kka4rcjnb5wzcwhdlemyjn5m'
|
|
43270
|
+
},
|
|
43158
43271
|
202624: {
|
|
43159
43272
|
name: 'Jellie',
|
|
43160
43273
|
title: 'Twala Testnet Jellie',
|
package/dist/src/enums.d.ts
CHANGED
|
@@ -586,6 +586,7 @@ export declare enum ChainName {
|
|
|
586
586
|
DogetherMainnet = "Dogether Mainnet",
|
|
587
587
|
CICChainTestnet = "CIC Chain Testnet",
|
|
588
588
|
MetaccesTestnet = "Metacces Testnet",
|
|
589
|
+
IrysTestnetV1 = "Irys Testnet V1",
|
|
589
590
|
HALOMainnet = "HALO Mainnet",
|
|
590
591
|
Moonbeam = "Moonbeam",
|
|
591
592
|
Moonriver = "Moonriver",
|
|
@@ -1601,6 +1602,8 @@ export declare enum ChainName {
|
|
|
1601
1602
|
QTestnet = "Q Testnet",
|
|
1602
1603
|
ABCoreMainnet = "AB Core Mainnet",
|
|
1603
1604
|
ADIChain = "ADI Chain",
|
|
1605
|
+
AMATestnet = "AMA Testnet",
|
|
1606
|
+
AMAMainnet = "AMA Mainnet",
|
|
1604
1607
|
LensTestnet = "Lens Testnet",
|
|
1605
1608
|
ConnectorManager = "ConnectorManager",
|
|
1606
1609
|
ConnectorManagerRobin = "ConnectorManager Robin",
|
|
@@ -2015,6 +2018,7 @@ export declare enum ChainName {
|
|
|
2015
2018
|
'YMTECH-BESUTestnet' = "YMTECH-BESU Testnet",
|
|
2016
2019
|
Blockfit = "Blockfit",
|
|
2017
2020
|
JuChainTestnet = "JuChain Testnet",
|
|
2021
|
+
RoninSaigonTestnet = "Ronin Saigon Testnet",
|
|
2018
2022
|
Jellie = "Jellie",
|
|
2019
2023
|
X1Network = "X1 Network",
|
|
2020
2024
|
AuroriaTestnet = "Auroria Testnet",
|
|
@@ -3093,6 +3097,7 @@ export declare enum ChainId {
|
|
|
3093
3097
|
DogetherMainnet = 1248,
|
|
3094
3098
|
CICChainTestnet = 1252,
|
|
3095
3099
|
MetaccesTestnet = 1260,
|
|
3100
|
+
IrysTestnetV1 = 1270,
|
|
3096
3101
|
HALOMainnet = 1280,
|
|
3097
3102
|
Moonbeam = 1284,
|
|
3098
3103
|
Moonriver = 1285,
|
|
@@ -4108,6 +4113,8 @@ export declare enum ChainId {
|
|
|
4108
4113
|
QTestnet = 35443,
|
|
4109
4114
|
ABCoreMainnet = 36888,
|
|
4110
4115
|
ADIChain = 36900,
|
|
4116
|
+
AMATestnet = 36968,
|
|
4117
|
+
AMAMainnet = 36969,
|
|
4111
4118
|
LensTestnet = 37111,
|
|
4112
4119
|
ConnectorManager = 38400,
|
|
4113
4120
|
ConnectorManagerRobin = 38401,
|
|
@@ -4522,6 +4529,7 @@ export declare enum ChainId {
|
|
|
4522
4529
|
'YMTECH-BESUTestnet' = 202401,
|
|
4523
4530
|
Blockfit = 202424,
|
|
4524
4531
|
JuChainTestnet = 202599,
|
|
4532
|
+
RoninSaigonTestnet = 202601,
|
|
4525
4533
|
Jellie = 202624,
|
|
4526
4534
|
X1Network = 204005,
|
|
4527
4535
|
AuroriaTestnet = 205205,
|
package/dist/src/enums.js
CHANGED
|
@@ -590,6 +590,7 @@ var ChainName;
|
|
|
590
590
|
ChainName["DogetherMainnet"] = "Dogether Mainnet";
|
|
591
591
|
ChainName["CICChainTestnet"] = "CIC Chain Testnet";
|
|
592
592
|
ChainName["MetaccesTestnet"] = "Metacces Testnet";
|
|
593
|
+
ChainName["IrysTestnetV1"] = "Irys Testnet V1";
|
|
593
594
|
ChainName["HALOMainnet"] = "HALO Mainnet";
|
|
594
595
|
ChainName["Moonbeam"] = "Moonbeam";
|
|
595
596
|
ChainName["Moonriver"] = "Moonriver";
|
|
@@ -1605,6 +1606,8 @@ var ChainName;
|
|
|
1605
1606
|
ChainName["QTestnet"] = "Q Testnet";
|
|
1606
1607
|
ChainName["ABCoreMainnet"] = "AB Core Mainnet";
|
|
1607
1608
|
ChainName["ADIChain"] = "ADI Chain";
|
|
1609
|
+
ChainName["AMATestnet"] = "AMA Testnet";
|
|
1610
|
+
ChainName["AMAMainnet"] = "AMA Mainnet";
|
|
1608
1611
|
ChainName["LensTestnet"] = "Lens Testnet";
|
|
1609
1612
|
ChainName["ConnectorManager"] = "ConnectorManager";
|
|
1610
1613
|
ChainName["ConnectorManagerRobin"] = "ConnectorManager Robin";
|
|
@@ -2019,6 +2022,7 @@ var ChainName;
|
|
|
2019
2022
|
ChainName["YMTECH-BESUTestnet"] = "YMTECH-BESU Testnet";
|
|
2020
2023
|
ChainName["Blockfit"] = "Blockfit";
|
|
2021
2024
|
ChainName["JuChainTestnet"] = "JuChain Testnet";
|
|
2025
|
+
ChainName["RoninSaigonTestnet"] = "Ronin Saigon Testnet";
|
|
2022
2026
|
ChainName["Jellie"] = "Jellie";
|
|
2023
2027
|
ChainName["X1Network"] = "X1 Network";
|
|
2024
2028
|
ChainName["AuroriaTestnet"] = "Auroria Testnet";
|
|
@@ -3098,6 +3102,7 @@ var ChainId;
|
|
|
3098
3102
|
ChainId[ChainId["DogetherMainnet"] = 1248] = "DogetherMainnet";
|
|
3099
3103
|
ChainId[ChainId["CICChainTestnet"] = 1252] = "CICChainTestnet";
|
|
3100
3104
|
ChainId[ChainId["MetaccesTestnet"] = 1260] = "MetaccesTestnet";
|
|
3105
|
+
ChainId[ChainId["IrysTestnetV1"] = 1270] = "IrysTestnetV1";
|
|
3101
3106
|
ChainId[ChainId["HALOMainnet"] = 1280] = "HALOMainnet";
|
|
3102
3107
|
ChainId[ChainId["Moonbeam"] = 1284] = "Moonbeam";
|
|
3103
3108
|
ChainId[ChainId["Moonriver"] = 1285] = "Moonriver";
|
|
@@ -4113,6 +4118,8 @@ var ChainId;
|
|
|
4113
4118
|
ChainId[ChainId["QTestnet"] = 35443] = "QTestnet";
|
|
4114
4119
|
ChainId[ChainId["ABCoreMainnet"] = 36888] = "ABCoreMainnet";
|
|
4115
4120
|
ChainId[ChainId["ADIChain"] = 36900] = "ADIChain";
|
|
4121
|
+
ChainId[ChainId["AMATestnet"] = 36968] = "AMATestnet";
|
|
4122
|
+
ChainId[ChainId["AMAMainnet"] = 36969] = "AMAMainnet";
|
|
4116
4123
|
ChainId[ChainId["LensTestnet"] = 37111] = "LensTestnet";
|
|
4117
4124
|
ChainId[ChainId["ConnectorManager"] = 38400] = "ConnectorManager";
|
|
4118
4125
|
ChainId[ChainId["ConnectorManagerRobin"] = 38401] = "ConnectorManagerRobin";
|
|
@@ -4527,6 +4534,7 @@ var ChainId;
|
|
|
4527
4534
|
ChainId[ChainId["YMTECH-BESUTestnet"] = 202401] = "YMTECH-BESUTestnet";
|
|
4528
4535
|
ChainId[ChainId["Blockfit"] = 202424] = "Blockfit";
|
|
4529
4536
|
ChainId[ChainId["JuChainTestnet"] = 202599] = "JuChainTestnet";
|
|
4537
|
+
ChainId[ChainId["RoninSaigonTestnet"] = 202601] = "RoninSaigonTestnet";
|
|
4530
4538
|
ChainId[ChainId["Jellie"] = 202624] = "Jellie";
|
|
4531
4539
|
ChainId[ChainId["X1Network"] = 204005] = "X1Network";
|
|
4532
4540
|
ChainId[ChainId["AuroriaTestnet"] = 205205] = "AuroriaTestnet";
|