diff --git a/sdk/src/types/index.ts b/sdk/src/types/index.ts index 5015f45..51101f1 100644 --- a/sdk/src/types/index.ts +++ b/sdk/src/types/index.ts @@ -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', } diff --git a/sdk/src/utils/constants.ts b/sdk/src/utils/constants.ts index 7f678e6..b4f9596 100644 --- a/sdk/src/utils/constants.ts +++ b/sdk/src/utils/constants.ts @@ -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 = {