Skip to content

Commit

Permalink
add new erc20 and fee handler on sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Aug 29, 2024
1 parent b1b8ce6 commit f3e9cb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "erc20",
"address": "0x9354dD909416Be9405F174A9Fa81dD5D3F72bE5D"
},
{
"type":"erc20",
"address": "0xb9E2Ef56994D3FCeE782D89f8654e8916803A70e"
},
{
"type": "erc721",
"address": "0x482BBD2DA050dB6f2f6EAa9278408A116905826F"
Expand All @@ -30,6 +34,10 @@
{
"address": "0x8322A43cBaabfc05A779Bec8f3e05Bd40B0a0a4a",
"type": "twap"
},
{
"address": "0x8Fd0b1306eF568Da1f2231F5C54373162cDa5C8d",
"type": "twap"
}
],
"nativeTokenSymbol": "eth",
Expand Down Expand Up @@ -61,6 +69,14 @@
"address": "",
"symbol": "eth",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001200",
"caip19": "eip155:11155111/erc20:0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"type": "fungible",
"address": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"symbol": "USDC",
"decimals": 6
}
]
},
Expand Down

0 comments on commit f3e9cb5

Please sign in to comment.