Skip to content

Commit

Permalink
Merge pull request #632 from maticnetwork/dev
Browse files Browse the repository at this point in the history
Update defaultTokensTestnet.json - Add USDC CCTP
  • Loading branch information
py-zoid authored Jul 30, 2024
2 parents 9397ed8 + e301954 commit 43106aa
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/tokens/defaultTokensTestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,32 @@
],
"logoURI": "https://assets.polygon.technology/tokenAssets/pol.png"
},
{
"chainId": 11155111,
"name": "USDC",
"symbol": "USDC",
"decimals": 6,
"originTokenAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
"originNetworkId": 0,
"tags": [
"erc20"
],
"wrappedTokens": [
{
"wrappedTokenAddress": "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582",
"wrappedNetworkId": -1,
"tags": [
"customBridge",
"erc20",
"nativeToken"
],
"originChainBridgeAdapter": "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5",
"wrappedChainBridgeAdapter": "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5",
"originChainClaimAdapter": "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD",
"wrappedChainClaimAdapter": "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD"
}
]
},
{
"chainId": 11155111,
"name": "Dummy ERC20",
Expand Down
18 changes: 18 additions & 0 deletions src/tokens/polygonTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -20637,6 +20637,24 @@
}
}
},
{
"chainId": 137,
"name": "Taki",
"symbol": "TAKI",
"decimals": 18,
"address": "0xe78aeE6CCb05471a69677fB74da80F5d251c042B",
"logoURI": "https://shdw-drive.genesysgo.net/4cYdz18E7YqRLmJK7RV7icXfcnu2yUKxrYR7T49zdmzt/taki_polygon_native.svg",
"tags": ["native","erc20", "noDeposit", "noWithdraw"],
"extensions": {
"rootAddress": "0x0000000000000000000000000000000000000000",
"project": {
"name": "Taki",
"summary": "Taki natively minted on Polygon",
"contact": "support@takigames.net",
"website": "https://takigames.net/"
}
}
},
{
"chainId": 137,
"name": "TruStake MATIC Vault Shares",
Expand Down

0 comments on commit 43106aa

Please sign in to comment.