Skip to content

Commit

Permalink
Chore/amoy (#988)
Browse files Browse the repository at this point in the history
* chore: refactored polygon sepolia to polygon amoy

* fix: fix invalid chains in evm_assets
  • Loading branch information
benjamin852 authored Jun 4, 2024
1 parent 7ea277d commit 0deef9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions src/data/evm_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5585,7 +5585,7 @@
"transfer_fee": 0.1
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x254d06f33bDc5b8ee05b2ea472107E300226659A",
"symbol": "aUSDC",
"decimals": 6,
Expand Down Expand Up @@ -5726,7 +5726,7 @@
"transfer_fee": 0.1
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
"symbol": "wAXL",
"decimals": 6,
Expand Down Expand Up @@ -5762,7 +5762,7 @@
"image": "/images/assets/wsteth.svg",
"contracts": [
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x9cfB13E6c11054ac9fcB92BA89644F30775436e4",
"symbol": "axl-wstETH",
"decimals": 18,
Expand Down Expand Up @@ -5897,7 +5897,7 @@
"transfer_fee": 0.07
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x21ba4f6aEdA155DD77Cc33Fb93646910543F0380",
"symbol": "WMATIC",
"decimals": 18,
Expand Down Expand Up @@ -6038,7 +6038,7 @@
"transfer_fee": 0.001
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x2a87806561C550ba2dA9677c5323413E6e539740",
"symbol": "WAVAX",
"decimals": 18,
Expand Down Expand Up @@ -6179,7 +6179,7 @@
"transfer_fee": 0.08
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x594D8b81eC765410536ab59E98091700b99508D8",
"symbol": "WFTM",
"decimals": 18,
Expand Down Expand Up @@ -6320,7 +6320,7 @@
"transfer_fee": 0.0003
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0xA9A2D8F279ABC436a18DBB1df3FB233039935D0A",
"symbol": "WBNB",
"decimals": 18,
Expand Down Expand Up @@ -6461,7 +6461,7 @@
"transfer_fee": 0.04
},
{
"chain": "polygon-sepolia",
"chain": "polygon-amoy",
"address": "0x4B13D583F45Aa01fb2bE18a7AAfE14DE183B1Ac9",
"symbol": "WDEV",
"decimals": 18,
Expand Down
8 changes: 4 additions & 4 deletions src/data/evm_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,14 +959,14 @@
"image": "/images/chains/mantle.svg"
},
{
"id": "polygon-sepolia",
"name": "Polygon Sepolia",
"id": "polygon-amoy",
"name": "Polygon Amoy",
"chain_id": 80002,
"network_id": "polygon-sepolia",
"network_id": "polygon-amoy",
"provider_params": [
{
"chainId": "0x13882",
"chainName": "Polygon Sepolia",
"chainName": "Polygon Amoy",
"rpcUrls": [
"https://rpc-amoy.polygon.technology"
],
Expand Down
2 changes: 1 addition & 1 deletion src/data/gas_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"address": "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6"
},
{
"id": "polygon-sepolia",
"id": "polygon-amoy",
"address": "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/data/gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
},
{
"id": "polygon-sepolia",
"id": "polygon-amoy",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -13428,7 +13428,7 @@
"address": "0x4B13D583F45Aa01fb2bE18a7AAfE14DE183B1Ac9"
}
},
"polygon-sepolia": {
"polygon-amoy": {
"uausdc": {
"symbol": "aUSDC",
"decimals": 6,
Expand Down

0 comments on commit 0deef9b

Please sign in to comment.