Skip to content

Commit

Permalink
Merge pull request #83 from sygmaprotocol/tcar/add-gnosis-chiado
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 authored Jan 17, 2024
2 parents dd6b8d3 + 5a3a272 commit 8f23bed
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 @@ -330,5 +330,35 @@
}
],
"assetBalanceData": []
},
{
"id": 9,
"chainId": 10200,
"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 @@ -410,6 +410,48 @@
"decimals": 0
}
]
},
{
"id": 9,
"chainId": 10200,
"name": "gnosis_chiado",
"type": "evm",
"bridge": "0x668fad90DeAd0F8f04346A735875b62eF9c65f0B",
"handlers": [
{
"type": "erc20",
"address": "0xb947F89269F0cF54CC721BcDE298a46930f3418b"
},
{
"type": "permissionlessGeneric",
"address": "0xe4B86b1B07bBdB0C47940b9B3bD4954A0deAdaBE"
}
],
"nativeTokenSymbol": "XDAI",
"nativeTokenFullName": "xdai",
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 7761223,
"feeRouter": "0x3F22ae1e689561Fb36013e40b464482EFA8ec465",
"feeHandlers": [
{
"address": "0x9F5efb442d6F24704dB85569876D9c0CA65aed40",
"type": "basic"
},
{
"address": "0x95735f49808502C31375F49583c4DFc26cccF0e5",
"type": "percentage"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 0
}
]
}
]
}

0 comments on commit 8f23bed

Please sign in to comment.