Skip to content

Commit e204c9f

Browse files
committed
chore(deployment) Deploy giwa testnet
1 parent fa14e30 commit e204c9f

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,5 +1321,12 @@
13211321
"rpcUrl": "https://rpc.itsnotreal.lol",
13221322
"networkId": 1380270412,
13231323
"type": "EvmChain"
1324+
},
1325+
{
1326+
"id": "giwa_testnet",
1327+
"mainnet": false,
1328+
"rpcUrl": "https://sepolia-rpc.giwa.io",
1329+
"networkId": 91342,
1330+
"type": "EvmChain"
13241331
}
13251332
]

contract_manager/store/contracts/EvmEntropyContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,10 @@
193193
"chain": "spiderman",
194194
"address": "0xD458261E832415CFd3BAE5E416FdF3230ce6F134",
195195
"type": "EvmEntropyContract"
196+
},
197+
{
198+
"chain": "giwa_testnet",
199+
"address": "0x0708325268dF9F66270F1401206434524814508b",
200+
"type": "EvmEntropyContract"
196201
}
197-
]
202+
]

contract_manager/store/contracts/EvmExecutorContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,10 @@
228228
"chain": "itsnotreal",
229229
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
230230
"type": "EvmExecutorContract"
231+
},
232+
{
233+
"chain": "giwa_testnet",
234+
"address": "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
235+
"type": "EvmExecutorContract"
231236
}
232-
]
237+
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,5 +868,10 @@
868868
"chain": "zero_gravity",
869869
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
870870
"type": "EvmPriceFeedContract"
871+
},
872+
{
873+
"chain": "giwa_testnet",
874+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
875+
"type": "EvmPriceFeedContract"
871876
}
872877
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,5 +878,10 @@
878878
"chain": "itsnotreal",
879879
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
880880
"type": "EvmWormholeContract"
881+
},
882+
{
883+
"chain": "giwa_testnet",
884+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
885+
"type": "EvmWormholeContract"
881886
}
882-
]
887+
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export const RECEIVER_CHAINS = {
255255
ethereal_devnet: 50128,
256256
ethereal_testnet_v2: 50129,
257257
fluent_testnet: 50130,
258+
giwa_testnet: 50131,
258259
};
259260

260261
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)