Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Replace deprecated toml configs with json (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
waymobetta authored Aug 17, 2021
1 parent 340decd commit 8b1b0e0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 33 deletions.
29 changes: 29 additions & 0 deletions scripts/configs/config1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"chains": [
{
"name": "eth",
"type": "ethereum",
"id": "0",
"endpoint": "ws://localhost:8545",
"from": "0xA3d69D9A1BD03cAE65f15C0a453bb716d8912f10",
"opts": {
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
"gasLimit": "1000000",
"maxGasPrice": "20000000"
}
},
{
"name": "sub",
"type": "substrate",
"id": "1",
"endpoint": "ws://localhost:9944",
"from": "5fe3qieCV3GJu2n7F8uGKZCjPiMZaATzEo8Czu9eKuLUBfjK",
"opts": {
"useExtendedCall": "true"
}
}
]
}
16 changes: 0 additions & 16 deletions scripts/configs/config1.toml

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/configs/config2.toml

This file was deleted.

0 comments on commit 8b1b0e0

Please sign in to comment.