Skip to content

Commit

Permalink
feat: adding fraxtal to testnet (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh authored Feb 9, 2024
1 parent ac8c8d6 commit 471389b
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/images/chains/fraxtal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/data/evm_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,30 @@
}
],
"image": "/images/chains/scroll.svg"
},
{
"id": "fraxtal",
"name": "Fraxtal",
"chain_id": 2522,
"network_id": "fraxtal",
"provider_params": [
{
"chainId": "0x9DA",
"chainName": "Fraxtal Testnet",
"rpcUrls": [
"https://rpc.testnet.frax.com"
],
"nativeCurrency": {
"name": "frxETH",
"symbol": "frxETH",
"decimals": 18
},
"blockExplorerUrls": [
"https://explorer.testnet.frax.com"
]
}
],
"image": "/images/chains/fraxtal.svg"
}
]
}
4 changes: 4 additions & 0 deletions src/data/gas_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
{
"id": "immutable",
"address": "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6"
},
{
"id": "fraxtal",
"address": "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6"
}
]
}
4 changes: 4 additions & 0 deletions src/data/gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
{
"id": "immutable",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
},
{
"id": "fraxtal",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
}
]
}
58 changes: 58 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -10963,6 +10963,64 @@
"is_native": false,
"address": "ibc/0C032AE90993A345CCFFDDD163F61AECC09DCCB2257C54CCFF60393FED9602E6"
}
},
"fraxtal": {
"uausdc": {
"symbol": "aUSDC",
"decimals": 6,
"name": "USD coin",
"is_native": false,
"address": "0x254d06f33bDc5b8ee05b2ea472107E300226659A"
},
"uaxl": {
"symbol": "AXL",
"decimals": 6,
"name": null,
"is_native": false,
"address": "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f"
},
"eth-wei": {
"symbol": "axlWETH",
"decimals": 18,
"name": "Wrapped Ether",
"is_native": false,
"address": "0xeA700DCe55e72C4C08b97AcFc7dF214EC30F4a64"
},
"wmatic-wei": {
"symbol": "WMATIC",
"decimals": 18,
"name": "Wrapped Matic",
"is_native": false,
"address": "0x21ba4f6aEdA155DD77Cc33Fb93646910543F0380"
},
"wavax-wei": {
"symbol": "WAVAX",
"decimals": 18,
"name": "Wrapped AVAX",
"is_native": false,
"address": "0x2a87806561C550ba2dA9677c5323413E6e539740"
},
"wftm-wei": {
"symbol": "WFTM",
"decimals": 18,
"name": "Wrapped FTM",
"is_native": false,
"address": "0x594D8b81eC765410536ab59E98091700b99508D8"
},
"wbnb-wei": {
"symbol": "WBNB",
"decimals": 18,
"name": "Wrapped BNB",
"is_native": false,
"address": "0xA9A2D8F279ABC436a18DBB1df3FB233039935D0A"
},
"wdev-wei": {
"symbol": "WDEV",
"decimals": 18,
"name": "Wrapped DEV",
"is_native": false,
"address": "0x4B13D583F45Aa01fb2bE18a7AAfE14DE183B1Ac9"
}
}
}
}

0 comments on commit 471389b

Please sign in to comment.