@cryptorubic/web3 0.12.7-alpha-rub-748.0 → 0.12.7-alpha-rub-748.1
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/package.json
CHANGED
|
@@ -1455,32 +1455,5 @@ exports.viemConfig = {
|
|
|
1455
1455
|
address: '0xcA11bde05977b3631167028862bE2a173976CA11'
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
|
-
}),
|
|
1459
|
-
APECHAIN: (0, viem_1.defineChain)({
|
|
1460
|
-
id: 33139,
|
|
1461
|
-
name: 'ApeChain',
|
|
1462
|
-
network: 'ApeChain',
|
|
1463
|
-
nativeCurrency: {
|
|
1464
|
-
name: 'ApeCoin',
|
|
1465
|
-
symbol: 'APE',
|
|
1466
|
-
decimals: 18
|
|
1467
|
-
},
|
|
1468
|
-
rpcUrls: {
|
|
1469
|
-
default: {
|
|
1470
|
-
http: ['https://apechain.calderachain.xyz/http']
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
blockExplorers: {
|
|
1474
|
-
default: {
|
|
1475
|
-
name: 'Nitro-ApeChain Explorer',
|
|
1476
|
-
url: 'https://apechain.calderaexplorer.xyz/'
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
testnet: false,
|
|
1480
|
-
contracts: {
|
|
1481
|
-
multicall3: {
|
|
1482
|
-
address: '0x411f8A148e448bBe75382d4FFABee0796484f3c6'
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
1458
|
})
|
|
1486
1459
|
};
|
|
@@ -78,5 +78,4 @@ exports.viemBlockchainMapping = {
|
|
|
78
78
|
[core_1.BLOCKCHAIN_NAME.MORPH]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.MORPH], // viem Morph config without multicall address
|
|
79
79
|
[core_1.BLOCKCHAIN_NAME.HEMI]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.HEMI],
|
|
80
80
|
[core_1.BLOCKCHAIN_NAME.PLASMA]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.PLASMA],
|
|
81
|
-
[core_1.BLOCKCHAIN_NAME.APECHAIN]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.APECHAIN]
|
|
82
81
|
};
|