Skip to content

Commit cac91dd

Browse files
authored
fix(contract_manager): cleanup entropy contracts (#2742)
* Use better default RPCs for some chains
1 parent 1547b8e commit cac91dd

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

contract_manager/src/node/utils/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ export class Store {
269269
/**
270270
* DefaultStore loads all the contracts and chains from the store directory and provides a single point of access to them.
271271
*/
272-
export const DefaultStore = new Store(`${__dirname}/../store`);
272+
export const DefaultStore = new Store(`${__dirname}/../../../store`);

contract_manager/store/chains/EvmChains.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
{
316316
"id": "optimism",
317317
"mainnet": true,
318-
"rpcUrl": "https://rpc.ankr.com/optimism",
318+
"rpcUrl": "https://mainnet.optimism.io/",
319319
"networkId": 10,
320320
"type": "EvmChain",
321321
"nativeToken": "ETH"
@@ -1080,14 +1080,14 @@
10801080
{
10811081
"id": "unichain",
10821082
"mainnet": true,
1083-
"rpcUrl": "https://redacted.quiknode.pro/$ENV_UNICHAIN_API_KEY",
1083+
"rpcUrl": "https://mainnet.unichain.org",
10841084
"networkId": 130,
10851085
"type": "EvmChain"
10861086
},
10871087
{
10881088
"id": "abstract",
10891089
"mainnet": true,
1090-
"rpcUrl": "https://api-efe16d37.ml.eeffc03e557f4daf.com/",
1090+
"rpcUrl": "https://api.mainnet.abs.xyz",
10911091
"networkId": 2741,
10921092
"type": "EvmChain"
10931093
},
@@ -1157,21 +1157,21 @@
11571157
{
11581158
"id": "monad_testnet",
11591159
"mainnet": false,
1160-
"rpcUrl": "https://rpc.monad-testnet.category.xyz/rpc/nSyzM1wlIgaALWzbh3oIg5rW65AC6yjqrslOE8wb",
1160+
"rpcUrl": "https://monad-testnet.drpc.org",
11611161
"networkId": 10143,
11621162
"type": "EvmChain"
11631163
},
11641164
{
11651165
"id": "berachain_mainnet",
11661166
"mainnet": true,
11671167
"networkId": 80094,
1168-
"rpcUrl": "https://fluent-thrilling-scion.furtim-network.quiknode.pro/$ENV_RABECHAIN_API_KEY",
1168+
"rpcUrl": "https://rpc.berachain.com/",
11691169
"type": "EvmChain"
11701170
},
11711171
{
11721172
"id": "story",
11731173
"mainnet": true,
1174-
"rpcUrl": "https://homer.storyrpc.io",
1174+
"rpcUrl": "https://mainnet.storyrpc.io",
11751175
"networkId": 1514,
11761176
"type": "EvmChain"
11771177
},

contract_manager/store/contracts/EvmEntropyContracts.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
"address": "0x8D254a21b3C86D32F7179855531CE99164721933",
6060
"type": "EvmEntropyContract"
6161
},
62-
{
63-
"chain": "coredao_testnet",
64-
"address": "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67",
65-
"type": "EvmEntropyContract"
66-
},
6762
{
6863
"chain": "blast",
6964
"address": "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
@@ -89,11 +84,6 @@
8984
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
9085
"type": "EvmEntropyContract"
9186
},
92-
{
93-
"chain": "orange_testnet",
94-
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
95-
"type": "EvmEntropyContract"
96-
},
9787
{
9888
"chain": "sei_evm_mainnet",
9989
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",

0 commit comments

Comments
 (0)