mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-01-14 08:17:59 -05:00
Add Optimism Goerli network config to contracts deploy in main README. Add Optimism Goerli to extension networks. Remove or update rinkeby, kovan, and older arbitrum and optimism test networks.
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"defaultNetwork": "arbitrum-goerli",
|
|
"builtinNetworks": {
|
|
"mainnet": {
|
|
"blockExplorerUrl": "http://etherscan.io/",
|
|
"chainId": "0x1",
|
|
"displayName": "Mainnet",
|
|
"logo": "",
|
|
"rpcTarget": "https://mainnet.infura.io/v3/d0f317090d6645b6b494ddc6f1cce5ad",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "https://mainnet.blswallet.org",
|
|
"networkKey": "mainnet",
|
|
"hidden": true
|
|
},
|
|
"local": {
|
|
"blockExplorerUrl": "N/A",
|
|
"chainId": "0x7a69",
|
|
"displayName": "Local Network",
|
|
"logo": "",
|
|
"rpcTarget": "http://127.0.0.1:8545",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "http://localhost:3000",
|
|
"networkKey": "local"
|
|
},
|
|
"arbitrum-goerli": {
|
|
"blockExplorerUrl": "https://goerli-rollup-explorer.arbitrum.io",
|
|
"chainId": "0x66EED",
|
|
"displayName": "Arbitrum Goerli",
|
|
"logo": "",
|
|
"rpcTarget": "https://goerli-rollup.arbitrum.io/rpc",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "https://arbitrum-goerli.blswallet.org",
|
|
"networkKey": "arbitrum-goerli"
|
|
},
|
|
"arbitrum": {
|
|
"blockExplorerUrl": "https://explorer.arbitrum.io",
|
|
"chainId": "0xa4b1",
|
|
"displayName": "Arbitrum One",
|
|
"logo": "",
|
|
"rpcTarget": "https://arb1.arbitrum.io/rpc",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "https://arbitrum.blswallet.org",
|
|
"networkKey": "arbitrum",
|
|
"hidden": true
|
|
},
|
|
"optimism-goerli": {
|
|
"blockExplorerUrl": "https://blockscout.com/optimism/goerli/",
|
|
"chainId": "0x1a4",
|
|
"displayName": "Optimism Goerli",
|
|
"logo": "",
|
|
"rpcTarget": "https://goerli.optimism.io",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "https://optimism-goerli.blswallet.org",
|
|
"networkKey": "optimism-goerli"
|
|
},
|
|
"optimism": {
|
|
"blockExplorerUrl": "https://optimistic.etherscan.io",
|
|
"chainId": "0xa",
|
|
"displayName": "Optimism",
|
|
"logo": "",
|
|
"rpcTarget": "https://mainnet.optimism.io",
|
|
"chainCurrencyName": "Ether",
|
|
"chainCurrency": "ETH",
|
|
"aggregatorUrl": "https://optimism.blswallet.org",
|
|
"networkKey": "optimism",
|
|
"hidden": true
|
|
}
|
|
},
|
|
"currencyConversion": {
|
|
"api": "https://min-api.cryptocompare.com/data/price",
|
|
"apiKey": "<Add your api key>",
|
|
"pollInterval": 30000
|
|
}
|
|
}
|