Skip to content

Commit

Permalink
Merge pull request #82 from sygmaprotocol/tcar/add-arbitrum-sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 authored Jan 17, 2024
2 parents dfd7625 + 026ed37 commit dd6b8d3
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
30 changes: 30 additions & 0 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
42 changes: 42 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
]
}

0 comments on commit dd6b8d3

Please sign in to comment.