Skip to content

Commit

Permalink
feat: 🎩 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
welps authored Apr 3, 2024
1 parent 843d44a commit 17d946a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ export enum ChainId {
base = 8453,
avalanche = 43114,
blast = 81457,
degen = 666666666,
}

export enum Source {
Aggregator0x = '0x',
Aggregator1inch = '1inch',
// DEPRECATED: Use Aggregator1inch instead
Aggregotor1inch = '1inch',
}

Expand Down
1 change: 1 addition & 0 deletions sdk/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const WRAPPED_ASSET: MultiChainAsset = {
[`${ChainId.base}`]: '0x4200000000000000000000000000000000000006',
[`${ChainId.avalanche}`]: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7',
[`${ChainId.blast}`]: '0x4300000000000000000000000000000000000004',
[`${ChainId.degen}`]: '0xeb54dacb4c2ccb64f8074eceea33b5ebb38e5387',
};

export const DAI: MultiChainAsset = {
Expand Down

0 comments on commit 17d946a

Please sign in to comment.