Skip to content

Commit

Permalink
chore: update fantom chain
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Aug 9, 2023
1 parent afbf943 commit 2fb5c92
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/ethereum-2/inputs/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"png_1x": "https://tokens.1inch.io/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.png",
"png_2x": "",
"png_3x": "",
"svg": ""
"svg": "https://raw.githubusercontent.com/axelarnetwork/public-chain-configs/main/images/tokens/eth-wei.logo.svg"
}
},
"iconUrls": {
"png_1x": "https://tokens.1inch.io/0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.png",
"png_2x": "",
"png_3x": "",
"svg": ""
"svg": "https://raw.githubusercontent.com/axelarnetwork/public-chain-configs/main/testnet/ethereum-2/images/logo.svg"
},
"blockExplorerUrls": ["https://goerli.etherscan.io/"]
}
5 changes: 5 additions & 0 deletions testnet/fantom/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions testnet/fantom/inputs/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chainName": "Fantom",
"rpc": ["https://rpc.testnet.fantom.network"],
"networkName": "Fantom Testnet",
"chainId": 4002,
"nativeCurrency": {
"name": "FTM",
"symbol": "FTM",
"decimals": 18,
"icon": "https://raw.githubusercontent.com/axelarnetwork/public-chain-configs/main/testnet/fantom/images/logo.svg"
},
"iconUrls": {
"png_1x": "",
"png_2x": "",
"png_3x": "",
"svg": "https://raw.githubusercontent.com/axelarnetwork/public-chain-configs/main/testnet/fantom/images/logo.svg"
},
"blockExplorerUrls": ["https://testnet.ftmscan.com/"]
}

0 comments on commit 2fb5c92

Please sign in to comment.