Skip to content

Commit 8b1b0e0

Browse files
authored
Replace deprecated toml configs with json (ChainSafe#695)
1 parent 340decd commit 8b1b0e0

File tree

3 files changed

+29
-33
lines changed

3 files changed

+29
-33
lines changed

scripts/configs/config1.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"chains": [
3+
{
4+
"name": "eth",
5+
"type": "ethereum",
6+
"id": "0",
7+
"endpoint": "ws://localhost:8545",
8+
"from": "0xA3d69D9A1BD03cAE65f15C0a453bb716d8912f10",
9+
"opts": {
10+
"bridge": "0x62877dDCd49aD22f5eDfc6ac108e9a4b5D2bD88B",
11+
"erc20Handler": "0x3167776db165D8eA0f51790CA2bbf44Db5105ADF",
12+
"erc721Handler": "0x3f709398808af36ADBA86ACC617FeB7F5B7B193E",
13+
"genericHandler": "0x2B6Ab4b880A45a07d83Cf4d664Df4Ab85705Bc07",
14+
"gasLimit": "1000000",
15+
"maxGasPrice": "20000000"
16+
}
17+
},
18+
{
19+
"name": "sub",
20+
"type": "substrate",
21+
"id": "1",
22+
"endpoint": "ws://localhost:9944",
23+
"from": "5fe3qieCV3GJu2n7F8uGKZCjPiMZaATzEo8Czu9eKuLUBfjK",
24+
"opts": {
25+
"useExtendedCall": "true"
26+
}
27+
}
28+
]
29+
}

scripts/configs/config1.toml

-16
This file was deleted.

scripts/configs/config2.toml

-17
This file was deleted.

0 commit comments

Comments
 (0)