Skip to content

Commit 9f67ee8

Browse files
author
Dev Kalra
authored
[contract_manager] provider address and mainnet deployments (#1289)
* provider address and lightlink deployment * deployments * addresses with correct provider * pre commit
1 parent 99f6dd9 commit 9f67ee8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

contract_manager/scripts/deploy_evm_entropy_contracts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type DeploymentConfig = {
2424

2525
const CACHE_FILE = ".cache-deploy-evm-entropy-contracts";
2626
const ENTROPY_DEFAULT_PROVIDER = {
27-
mainnet: "0x4b3D8aA4F753b278323EE88996dffDCd8fBFdBFC",
27+
mainnet: "0x52DeaA1c84233F7bb8C8A45baeDE41091c616506",
2828
testnet: "0x6CC14824Ea2918f5De5C2f75A9Da968ad4BD6344",
2929
};
3030

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@
2525
- chain: sei_evm_devnet
2626
address: "0x6E3A2a644eeDCf6007d3c7d85F0094Cc1B25B2AE"
2727
type: EvmEntropyContract
28+
- chain: lightlink_phoenix
29+
address: "0x98046Bd286715D3B0BC227Dd7a956b83D8978603"
30+
type: EvmEntropyContract
31+
- chain: chiliz
32+
address: "0x0708325268dF9F66270F1401206434524814508b"
33+
type: EvmEntropyContract
34+
- chain: arbitrum
35+
address: "0x7698E925FfC29655576D0b361D75Af579e20AdAc"
36+
type: EvmEntropyContract
37+
- chain: optimism
38+
address: "0xdF21D137Aadc95588205586636710ca2890538d5"
39+
type: EvmEntropyContract

0 commit comments

Comments
 (0)