trustless-generic-relayer/ethereum/ts-scripts/config/tilt/contracts.json

34 lines
889 B
JSON

{
"description": "This file contains the addresses for the contracts on each chain. If useLastRun is true, this file will be ignored, and the addresses will be taken from the lastrun.json of the deployment scripts.",
"useLastRun": true,
"relayProviders": [
{
"chainId": 2,
"address": "0xb4fFe5983B0B748124577Af4d16953bd096b6897"
},
{
"chainId": 4,
"address": "0xdFccc9C59c7361307d47c558ffA75840B32DbA29"
}
],
"coreRelayers": [
{
"chainId": 2,
"address": "0x42D4BA5e542d9FeD87EA657f0295F1968A61c00A"
},
{
"chainId": 4,
"address": "0xFF5181e2210AB92a5c9db93729Bc47332555B9E9"
}
],
"mockIntegrations": [
{
"chainId": 2,
"address": "0xe93e3B649d4E01e47dd2170CAFEf0651477649Da"
},
{
"chainId": 4,
"address": "0x6793E8E0E8ac22d71c65c2bf82e9B142dEf9eCDb"
}
]
}