Skip to content

Commit ed28920

Browse files
πŸ”„ synced file(s) with circlefin/modularwallets-web-sdk-internal (#16)
synced local file(s) with [circlefin/modularwallets-web-sdk-internal](https://github.com/circlefin/modularwallets-web-sdk-internal). <details> <summary>Changed files</summary> <ul> <li>synced local directory <code>packages/</code> with remote directory <code>packages/</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#16475843066](https://github.com/circlefin/modularwallets-web-sdk-internal/actions/runs/16475843066)
1 parent ea90a25 commit ed28920

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€Žpackages/w3s-web-core-sdk/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@circle-fin/modular-wallets-core",
33
"description": "Serverless Typescript SDK",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

β€Žpackages/w3s-web-core-sdk/src/constants/contractAddress.tsβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export enum ContractAddress {
2222
Arbitrum_ARB = '0x912CE59144191C1204E64559FE8253a0e49E6548',
2323
ArbitrumSepolia_USDC = '0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d',
2424

25+
// Avalanche Tokens
26+
Avalanche_USDC = '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
27+
AvalancheFuji_USDC = '0x5425890298aed601595a70AB815c96711a31Bc65',
28+
2529
// Base Tokens
2630
Base_USDC = '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
2731
BaseSepolia_USDC = '0x036CbD53842c5426634e7929541eC2318f3dCF7e',

0 commit comments

Comments
Β (0)