Skip to content

Commit

Permalink
Merge pull request #75 from sygmaprotocol/tcar/add-gnosis
Browse files Browse the repository at this point in the history
chore: add gnosis to mainnet
  • Loading branch information
mpetrun5 committed Nov 23, 2023
2 parents aa55a1d + 0727cce commit 346263b
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
30 changes: 30 additions & 0 deletions mainnet/balance-config-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,35 @@
}
],
"assetBalanceData": []
},
{
"id": 6,
"chainId": 100,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "5",
"nativeBalanceData": [
{
"address": "0x8be30312f8eBc22F46c7f06F9913C52ef7690345",
"topic": "MAINNET-relayer-low-balance"
},
{
"address": "0x181b05D98dCCB9e38cf51fd30F4A225De79A3366",
"topic": "MAINNET-relayer-low-balance"
},
{
"address": "0xa67bF22Df59071E57b0E345161bCDFcd436eD769",
"topic": "MAINNET-relayer-low-balance"
},
{
"address": "0x8f18154c57D2AFB1E12224788b366c5Da17Ef3E7",
"topic": "MAINNET-relayer-low-balance"
},
{
"address": "0x31404a0ece67Dd8b374C3088a76A5DcAC7D4BF37",
"topic": "MAINNET-relayer-low-balance"
}
],
"assetBalanceData": []
}
]
40 changes: 39 additions & 1 deletion mainnet/shared-config-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 17471012,
"feeRouter": "0xC47468aeae431f5D0B7DA50F9f5D8a6c0eca4789",
"feeRouter": "0xEB87a3258668b79a21E454ab524ed4b67CA5b491",
"feeHandlers": [
{
"address": "0xe43F8245249d7fAF46408723Ab36D071dD85D7BB",
Expand Down Expand Up @@ -204,6 +204,44 @@
"decimals": 18
}
]
},
{
"id": 6,
"chainId": 100,
"name": "gnosis",
"type": "evm",
"bridge": "0x5FdC38c9b32909CcfF4629ffBFe5394852584C59",
"handlers": [
{
"type": "erc20",
"address": "0x89b835B4b01E29C9464860189a394297913fD65B"
},
{
"type": "permissionlessGeneric",
"address": "0xde57DEfEe28F0F59C5Ad3B7116B3E98d257f6f27"
}
],
"nativeTokenSymbol": "XDAI",
"nativeTokenFullName": "xDai",
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 31074851,
"feeRouter": "0xbb2bf03eD554571EFe9BEE2b46dFdc7e44c157e4",
"feeHandlers": [
{
"address": "0xDAC861f54368cD917f6dbEb93FF90727B2c37cB2",
"type": "basic"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 18
}
]
}
]
}

0 comments on commit 346263b

Please sign in to comment.