Skip to content

Commit 6526009

Browse files
committed
add giwa config to file with TODOs for mainnet
1 parent dc23a34 commit 6526009

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/service_qos_config.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@ var shannonServices = []ServiceQoSConfig{
176176
15_000_000,
177177
)),
178178

179+
// Giwa
180+
// TODO_NEXT(@commoddity): Update to use correct EVM chain ID once `giwa` mainnet is live.
181+
// TODO_NEXT(@commoddity): Add archival check config for Giwa once `giwa` mainnet is live.
182+
evm.NewEVMServiceQoSConfig("giwa", "0x1", nil),
183+
184+
// Giwa Sepolia Testnet
185+
evm.NewEVMServiceQoSConfig("giwa-sepolia-testnet", "0x164ce", evm.NewEVMArchivalCheckConfig(
186+
// https://sepolia-explorer.giwa.io/address/0xA2a51Cca837B8ebc00dA2810e72F386Ee0dD08a0
187+
"0xA2a51Cca837B8ebc00dA2810e72F386Ee0dD08a0",
188+
// Contract start block
189+
3_456_000,
190+
)),
191+
179192
// Gnosis
180193
evm.NewEVMServiceQoSConfig("gnosis", "0x64", evm.NewEVMArchivalCheckConfig(
181194
// https://gnosisscan.io/address/0xe91d153e0b41518a2ce8dd3d7944fa863463a97d

0 commit comments

Comments
 (0)