Skip to content

Commit 14b147b

Browse files
πŸ”„ synced file(s) with circlefin/modularwallets-web-sdk-internal (#25)
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 [#19655320983](https://github.com/circlefin/modularwallets-web-sdk-internal/actions/runs/19655320983)
1 parent 9f3bc95 commit 14b147b

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.12",
4+
"version": "1.0.13",
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
@@ -33,6 +33,10 @@ export enum ContractAddress {
3333
Base_USDC = '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
3434
BaseSepolia_USDC = '0x036CbD53842c5426634e7929541eC2318f3dCF7e',
3535

36+
// Monad Tokens
37+
Monad_USDC = '0x754704bc059f8c67012fed69bc8a327a5aafb603',
38+
MonadTestnet_USDC = '0x534b2f3A21130d7a60830c2Df862319e593943A3',
39+
3640
// Optimism Tokens
3741
Optimism_USDC = '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
3842
Optimism_OP = '0x4200000000000000000000000000000000000042',

0 commit comments

Comments
Β (0)