adding prod cfg files

This commit is contained in:
matias martinez 2023-11-23 16:47:28 -03:00
parent 41bc5abe88
commit cf18d36afd
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"platforms": {
"ethereum": {
"name": "ethereum",
"network": "mainnet",
"chainId": 2,
"rpcs": ["https://rpc.ankr.com/eth"],
"timeout": 10000
}
}
}

View File

@ -0,0 +1 @@
{}