Skip to content

Commit

Permalink
Add MANTLE and MANTLE_TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Jul 29, 2024
1 parent 924e1e5 commit 0ea1cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export const ASSETS: { [key: string]: Asset } = {
[ChainId.LINEA]: { assetId: 'LINEA', rpcUrl: "https://rpc.linea.build" },
[ChainId.LINEA_TEST]: { assetId: 'LINEA_TEST', rpcUrl: "https://rpc.goerli.linea.build" },
[ChainId.FLARE]: { assetId: 'FLR', rpcUrl: "https://flare-api.flare.network/ext/C/rpc" },
[ChainId.MANTLE]: { assetId: 'MANTLE', rpcUrl: "https://rpc.mantle.xyz" },
[ChainId.MANTLE_TEST]: { assetId: 'MANTLE_TEST', rpcUrl: "https://rpc.testnet.mantle.xyz" },
}

export const SIGNER_METHODS = [
Expand Down
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export enum ChainId {
LINEA = 59144,
LINEA_TEST = 59140,
FLARE = 14,
MANTLE = 5000,
MANTLE_TEST = 5001,
}

export enum ApiBaseUrl {
Expand Down

0 comments on commit 0ea1cb1

Please sign in to comment.