Skip to content

Commit

Permalink
Merge pull request #144 from Koniverse/koni/dev/issue-141
Browse files Browse the repository at this point in the history
[Issue 141] update USDC on Arbitrum One
  • Loading branch information
nampc1 authored Nov 1, 2023
2 parents 6c80b77 + 19789dc commit d18d355
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions packages/chain-list/src/data/ChainAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -6251,17 +6251,33 @@
"hasValue": true,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-erc20-usdc-0x2791bca1f2de4661ed88a30c99a7a9449aa84174.png"
},
"arbitrum_one-ERC20-USDC-0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8": {
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831": {
"originChain": "arbitrum_one",
"slug": "arbitrum_one-ERC20-USDC-0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
"slug": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"priceId": "usd-coin",
"minAmount": null,
"assetType": "ERC20",
"metadata": {
"contractAddress": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8"
"contractAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
},
"multiChainAsset": "USDC-USDCoin",
"hasValue": true,
"icon": "https://chain-list-assets.subwallet.app/assets/chain-assets/arbitrum_one-erc20-usdc-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8.png"
},
"arbitrum_one-ERC20-USDC-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8": {
"originChain": "arbitrum_one",
"slug": "arbitrum_one-ERC20-USDC-0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
"name": "Bridged USDC",
"symbol": "USDC",
"decimals": 6,
"priceId": "usd-coin",
"minAmount": null,
"assetType": "ERC20",
"metadata": {
"contractAddress": "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8"
},
"multiChainAsset": "USDC-USDCoin",
"hasValue": true,
Expand Down

0 comments on commit d18d355

Please sign in to comment.