diff --git a/contract_manager/store/chains/EvmChains.json b/contract_manager/store/chains/EvmChains.json index 244daa96db..64c713a20b 100644 --- a/contract_manager/store/chains/EvmChains.json +++ b/contract_manager/store/chains/EvmChains.json @@ -1321,5 +1321,12 @@ "rpcUrl": "https://rpc.itsnotreal.lol", "networkId": 1380270412, "type": "EvmChain" + }, + { + "id": "giwa_testnet", + "mainnet": false, + "rpcUrl": "https://sepolia-rpc.giwa.io", + "networkId": 91342, + "type": "EvmChain" } ] diff --git a/contract_manager/store/contracts/EvmEntropyContracts.json b/contract_manager/store/contracts/EvmEntropyContracts.json index 626d6b95ec..dc320edc46 100644 --- a/contract_manager/store/contracts/EvmEntropyContracts.json +++ b/contract_manager/store/contracts/EvmEntropyContracts.json @@ -193,5 +193,10 @@ "chain": "spiderman", "address": "0xD458261E832415CFd3BAE5E416FdF3230ce6F134", "type": "EvmEntropyContract" + }, + { + "chain": "giwa_testnet", + "address": "0x0708325268dF9F66270F1401206434524814508b", + "type": "EvmEntropyContract" } -] +] \ No newline at end of file diff --git a/contract_manager/store/contracts/EvmExecutorContracts.json b/contract_manager/store/contracts/EvmExecutorContracts.json index c91c39ce73..638ef408b4 100644 --- a/contract_manager/store/contracts/EvmExecutorContracts.json +++ b/contract_manager/store/contracts/EvmExecutorContracts.json @@ -228,5 +228,10 @@ "chain": "itsnotreal", "address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603", "type": "EvmExecutorContract" + }, + { + "chain": "giwa_testnet", + "address": "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c", + "type": "EvmExecutorContract" } -] +] \ No newline at end of file diff --git a/contract_manager/store/contracts/EvmPriceFeedContracts.json b/contract_manager/store/contracts/EvmPriceFeedContracts.json index a393cec596..4e57bb6c44 100644 --- a/contract_manager/store/contracts/EvmPriceFeedContracts.json +++ b/contract_manager/store/contracts/EvmPriceFeedContracts.json @@ -868,5 +868,10 @@ "chain": "zero_gravity", "address": "0x2880aB155794e7179c9eE2e38200202908C17B43", "type": "EvmPriceFeedContract" + }, + { + "chain": "giwa_testnet", + "address": "0x2880aB155794e7179c9eE2e38200202908C17B43", + "type": "EvmPriceFeedContract" } ] \ No newline at end of file diff --git a/contract_manager/store/contracts/EvmWormholeContracts.json b/contract_manager/store/contracts/EvmWormholeContracts.json index ef5461be1e..149ac01780 100644 --- a/contract_manager/store/contracts/EvmWormholeContracts.json +++ b/contract_manager/store/contracts/EvmWormholeContracts.json @@ -878,5 +878,10 @@ "chain": "itsnotreal", "address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729", "type": "EvmWormholeContract" + }, + { + "chain": "giwa_testnet", + "address": "0xb27e5ca259702f209a29225d0eDdC131039C9933", + "type": "EvmWormholeContract" } -] +] \ No newline at end of file diff --git a/governance/xc_admin/packages/xc_admin_common/src/chains.ts b/governance/xc_admin/packages/xc_admin_common/src/chains.ts index 3459ea99b4..9cfe17b81c 100644 --- a/governance/xc_admin/packages/xc_admin_common/src/chains.ts +++ b/governance/xc_admin/packages/xc_admin_common/src/chains.ts @@ -255,6 +255,7 @@ export const RECEIVER_CHAINS = { ethereal_devnet: 50128, ethereal_testnet_v2: 50129, fluent_testnet: 50130, + giwa_testnet: 50131, }; // If there is any overlapping value the receiver chain will replace the wormhole