Change network name

This commit is contained in:
julian merlo 2023-12-15 14:13:43 -03:00
parent 1d6c3e49f5
commit 6f3456c361
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
},
"acala": {
"name": "acala",
"network": "testnet",
"network": "mandala",
"chainId": 12,
"rpcs": ["https://eth-rpc-tc9.aca-staging.network"],
"timeout": 10000

View File

@ -61,7 +61,7 @@ export const configMock = (): Config => {
},
acala: {
name: "acala",
network: "testnet",
network: "mandala",
chainId: 12,
rpcs: ["http://localhost"],
timeout: 10000,