diff --git a/data/addresses.testnet.json b/data/addresses.testnet.json index 6afcb32b..36c7520d 100644 --- a/data/addresses.testnet.json +++ b/data/addresses.testnet.json @@ -230,6 +230,19 @@ "symbol": "USDC", "type": "zrc20" }, + { + "address": "0xcC683A782f4B30c138787CB5576a86AF66fdc31d", + "asset": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238", + "category": "omnichain", + "chain_id": 7001, + "chain_name": "zeta_testnet", + "coin_type": "erc20", + "decimals": 18, + "description": "ZetaChain ZRC20 USDC on SEPOLIA", + "foreign_chain_id": "11155111", + "symbol": "USDC.SEPOLIA", + "type": "zrc20" + }, { "address": "0xd97B1de3619ed2c6BEb3860147E30cA8A7dC9891", "asset": "", diff --git a/lib/types.ts b/lib/types.ts index 3e339311..28738b51 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -9,6 +9,7 @@ export type ParamSymbol = | "tMATIC" | "USDC.BSC" | "USDC.ETH" + | "USDC.SEPOLIA" | "USDC" | "USDT.BSC" | "USDT.ETH"; diff --git a/package.json b/package.json index 46a76413..bcaf5211 100644 --- a/package.json +++ b/package.json @@ -79,4 +79,4 @@ }, "types": "./dist/lib/index.d.ts", "version": "0.0.8" -} \ No newline at end of file +}