Map testnet chain

This commit is contained in:
julian merlo 2024-04-25 12:16:49 -03:00
parent f0d6f39aa2
commit ce8fa049de
2 changed files with 7 additions and 1 deletions

View File

@ -175,6 +175,13 @@
],
"timeout": 10000
},
"blast": {
"name": "blast",
"network": "testnet",
"chainId": 36,
"rpcs": [],
"timeout": 10000
},
"ethereum-sepolia": {
"name": "ethereum-sepolia",
"network": "sepolia",

View File

@ -133,7 +133,6 @@
},
"blast": {
"network": "mainnet",
"chainId": 36,
"rpcs": ["https://rpc.ankr.com/"]
}
}