Skip to content

Commit

Permalink
Merge pull request #27 from getsafle/feature-update-currency
Browse files Browse the repository at this point in the history
updated currency for optimism and arbitrum
  • Loading branch information
sshubhamagg committed Jan 9, 2024
2 parents 1cc0d24 + 99938c3 commit dafaec1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,17 @@
"rpc": "https://optimism-mainnet.infura.io/v3/${INFURA_API_KEY}",
"chainId": 10,
"explorer": "https://optimistic.etherscan.io",
"nativeCurrency": "OP",
"symbol": "OP",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/25244/large/Optimism.png"
},
{
"network": "goerli",
"rpc": "https://optimism-goerli.infura.io/v3/${INFURA_API_KEY}",
"chainId": 420,
"explorer": "https://goerli-optimism.etherscan.io",
"nativeCurrency": "OP",
"symbol": "OP",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/25244/large/Optimism.png"
}
],
Expand All @@ -201,17 +201,17 @@
"rpc": "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
"chainId": 42161,
"explorer": "https://arbiscan.io",
"nativeCurrency": "ARB",
"symbol": "ARB",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg"
},
{
"network": "goerli",
"rpc": "https://arbitrum-goerli.infura.io/v3/${INFURA_API_KEY}",
"chainId": 421613,
"explorer": "https://testnet.arbiscan.io",
"nativeCurrency": "ARB",
"symbol": "ARB",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg"
}
]
Expand Down

0 comments on commit dafaec1

Please sign in to comment.