Skip to content

Commit

Permalink
chore: Add Base USDC
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Jul 8, 2024
1 parent d097ca1 commit 2a0c794
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/hardAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@
"address": "0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4",
"chainId": "324"
},
{
"address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"chainId": "8453"
},
{
"address": "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca",
"chainId": "8453"
},
{
"address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc",
"chainId": "aptos"
Expand Down
8 changes: 8 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2723,6 +2723,14 @@
"address": "0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4",
"chainId": "324"
},
{
"address": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"chainId": "8453"
},
{
"address": "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca",
"chainId": "8453"
},
{
"address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc",
"chainId": "aptos"
Expand Down
2 changes: 2 additions & 0 deletions src/constants/hardAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ const hardAssets: AddressMapping[] = [
{ address: '0x07865c6e87b9f70255377e024ace6630c1eaa37f', chainId: '5' },
{ address: '0x7e07e15d2a87a24492740d16f5bdf58c16db0c4e', chainId: '420' },
{ address: '0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4', chainId: '324' },
{ address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913', chainId: '8453' },
{ address: '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA', chainId: '8453' },
{
address: '0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::usdc',
chainId: 'aptos',
Expand Down
4 changes: 4 additions & 0 deletions yalc.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "v1",
"packages": {}
}

0 comments on commit 2a0c794

Please sign in to comment.