-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from allo-protocol/add-sei
Add sei mainnet
- Loading branch information
Showing
6 changed files
with
84 additions
and
13,280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
import { Chain } from "viem"; | ||
export declare const sei: { | ||
blockExplorers: { | ||
readonly default: { | ||
readonly name: "Seitrace"; | ||
readonly url: "https://seitrace.com"; | ||
}; | ||
}; | ||
contracts: { | ||
readonly multicall3: { | ||
readonly address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D"; | ||
}; | ||
}; | ||
id: 1329; | ||
name: "Sei"; | ||
nativeCurrency: { | ||
readonly name: "Sei"; | ||
readonly symbol: "SEI"; | ||
readonly decimals: 18; | ||
}; | ||
rpcUrls: { | ||
readonly default: { | ||
readonly http: readonly ["https://evm-rpc.sei-apis.com/"]; | ||
readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"]; | ||
}; | ||
}; | ||
sourceId?: number | undefined; | ||
testnet?: boolean | undefined; | ||
custom?: Record<string, unknown> | undefined; | ||
formatters?: undefined; | ||
serializers?: import("viem").ChainSerializers<undefined> | undefined; | ||
fees?: import("viem").ChainFees<undefined> | undefined; | ||
}; | ||
export declare const supportedChains: Chain[]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.