From f23c770d4f4bfbeec8ea9fcb277630ddbf5e9525 Mon Sep 17 00:00:00 2001 From: tcar Date: Fri, 12 Jan 2024 10:04:07 +0100 Subject: [PATCH 1/2] add arbitrum sepolia; Signed-off-by: tcar --- testnet/shared-config-test.json | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/testnet/shared-config-test.json b/testnet/shared-config-test.json index 844cbcc..a7ddb95 100644 --- a/testnet/shared-config-test.json +++ b/testnet/shared-config-test.json @@ -368,6 +368,48 @@ "decimals": 0 } ] + }, + { + "id": 8, + "chainId": 421614, + "name": "arbitrum_sepolia", + "type": "evm", + "bridge": "0xFB2530Fb3f5801aD35ccd6fdA29715D9330b7F9f", + "handlers": [ + { + "type": "erc20", + "address": "0x5AF405550De00b38cAC1ED7276d0A09114831bCB" + }, + { + "type": "permissionlessGeneric", + "address": "0x5ffB6Dc54221371CcBDb9850A283488e12aDf97D" + } + ], + "nativeTokenSymbol": "eth", + "nativeTokenFullName": "ether", + "nativeTokenDecimals": 18, + "blockConfirmations": 5, + "startBlock": 6414771, + "feeRouter": "0x723366b1Cfff44ebddCB1E1FE569a439363E3B80", + "feeHandlers": [ + { + "address": "0xE366E0B707FBF59CF9A3068af34dC519D5fa6e78", + "type": "basic" + }, + { + "address": "0xEeFBd08769Ab1e369a04a17180E91E4549938d4c", + "type": "percentage" + } + ], + "resources": [ + { + "resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500", + "type": "permissionlessGeneric", + "address": "", + "symbol": "", + "decimals": 0 + } + ] } ] } From 026ed378a2860247a5fd9292d94f8ae668115434 Mon Sep 17 00:00:00 2001 From: tcar Date: Fri, 12 Jan 2024 13:40:42 +0100 Subject: [PATCH 2/2] add arbitrum sepolia; Signed-off-by: tcar --- testnet/balance-config-test.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/testnet/balance-config-test.json b/testnet/balance-config-test.json index dcc7541..cb36512 100644 --- a/testnet/balance-config-test.json +++ b/testnet/balance-config-test.json @@ -300,5 +300,35 @@ "topic": "" } ] + }, + { + "id": 8, + "chainId": 421614, + "url": "", + "type": "evm", + "nativeTokenMinBalance": "0.5", + "nativeBalanceData": [ + { + "address": "0xEd4Ee0cF70423A2E4CD3ca960a1932c2D610BB54", + "topic": "TEST-relayer-low-balance" + }, + { + "address": "0x0d58d2D2134C99CEac9934524633f02E282dB28C", + "topic": "TEST-relayer-low-balance" + }, + { + "address": "0xC567612F0DAc053BdD35FE2363b4193a9B9c31E1", + "topic": "TEST-relayer-low-balance" + }, + { + "address": "0xcBE812d1cE78a5FE403757Df45AdC7f59585De7a", + "topic": "TEST-relayer-low-balance" + }, + { + "address": "0x4C2A3a361030dC5786b633bc60e6012279aD7316", + "topic": "TEST-relayer-low-balance" + } + ], + "assetBalanceData": [] } ]