Skip to content

Commit

Permalink
fix: renamed sepolia in evm_assets (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Nov 22, 2023
1 parent d7011df commit 9b9a15b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/evm_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3203,7 +3203,7 @@
"transfer_fee": 0.1
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x254d06f33bDc5b8ee05b2ea472107E300226659A",
"symbol": "aUSDC",
"decimals": 6,
Expand Down Expand Up @@ -3330,7 +3330,7 @@
"transfer_fee": 0.1
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
"symbol": "wAXL",
"decimals": 6,
Expand Down Expand Up @@ -3508,7 +3508,7 @@
"transfer_fee": 7e-05
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0xeA700DCe55e72C4C08b97AcFc7dF214EC30F4a64",
"symbol": "axlWETH",
"decimals": 18,
Expand Down Expand Up @@ -3635,7 +3635,7 @@
"transfer_fee": 0.07
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x21ba4f6aEdA155DD77Cc33Fb93646910543F0380",
"symbol": "WMATIC",
"decimals": 18,
Expand Down Expand Up @@ -3762,7 +3762,7 @@
"transfer_fee": 0.001
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x2a87806561C550ba2dA9677c5323413E6e539740",
"symbol": "WAVAX",
"decimals": 18,
Expand Down Expand Up @@ -3889,7 +3889,7 @@
"transfer_fee": 0.08
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x594D8b81eC765410536ab59E98091700b99508D8",
"symbol": "WFTM",
"decimals": 18,
Expand Down Expand Up @@ -4016,7 +4016,7 @@
"transfer_fee": 0.0003
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0xA9A2D8F279ABC436a18DBB1df3FB233039935D0A",
"symbol": "WBNB",
"decimals": 18,
Expand Down Expand Up @@ -4143,7 +4143,7 @@
"transfer_fee": 0.04
},
{
"chain": "sepolia",
"chain": "ethereum-sepolia",
"address": "0x4B13D583F45Aa01fb2bE18a7AAfE14DE183B1Ac9",
"symbol": "WDEV",
"decimals": 18,
Expand Down
1 change: 1 addition & 0 deletions src/pages/resources/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import UpgradePathTestnet from '/src/upgrade-path-testnet.md'

<div className="space-y-1 mt-4">
### Assets
Learn more about [wrapped assets like axlUSDC](/learn/axlusdc).
<EVMAssets client:only environment="testnet" />
</div>

Expand Down

1 comment on commit 9b9a15b

@vercel
Copy link

@vercel vercel bot commented on 9b9a15b Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.