@toruslabs/ethereum-controllers 5.5.5 → 5.5.7
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.
|
@@ -18,7 +18,7 @@ export declare const OPTIMISM_MAINNET_CHAIN_ID = "0xa";
|
|
|
18
18
|
export declare const CELO_MAINNET_CHAIN_ID = "0xa4ec";
|
|
19
19
|
export declare const BASE_CHAIN_ID = "0x2105";
|
|
20
20
|
export declare const SEPOLIA_CHAIN_ID = "0xaa36a7";
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const POLYGON_AMOY_CHAIN_ID = "0x13882";
|
|
22
22
|
export declare const BSC_TESTNET_CHAIN_ID = "0x61";
|
|
23
23
|
export declare const AVALANCHE_TESTNET_CHAIN_ID = "0xa869";
|
|
24
24
|
export declare const ARBITRUM_TESTNET_CHAIN_ID = "0x66eee";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toruslabs/ethereum-controllers",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.7",
|
|
4
4
|
"homepage": "https://github.com/torusresearch/controllers#readme",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/ethereumControllers.cjs.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "505401c3b8988ddcda2124a6acd99d6845e5d6bd",
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
69
69
|
"hardhat": "^2.22.2"
|