Skip to content

Commit

Permalink
Seievm Support
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jan 6, 2025
1 parent 88848ac commit fab0a9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/base/src/constants/contracts/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const coreBridgeContracts = [[
["Scroll", "0x055F47F1250012C6B20c436570a76e52c17Af2D5"],
["Blast", "0x473e002D7add6fB67a4964F13bFd61280Ca46886"],
["Berachain", "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd"],
["Seievm", "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd"],
["Snaxchain", "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd"],
["Unichain", "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd"],
["Worldchain", "0xe5E02cD12B6FcA153b0d7fF4bF55730AE7B3C93A"],
Expand Down
1 change: 1 addition & 0 deletions core/base/src/constants/contracts/tokenBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const tokenBridgeContracts = [[
["Blast", "0x430855B4D43b8AEB9D2B9869B74d58dda79C0dB2"],
["Xlayer", "0xdA91a06299BBF302091B053c6B9EF86Eff0f930D"],
["Berachain", "0xa10f2eF61dE1f19f586ab8B6F2EbA89bACE63F7a"],
["Seievm", "0x23908A62110e21C04F3A4e011d24F901F911744A"],
["Snaxchain", "0xa10f2eF61dE1f19f586ab8B6F2EbA89bACE63F7a"],
["Unichain", "0xa10f2eF61dE1f19f586ab8B6F2EbA89bACE63F7a"],
["Worldchain", "0x430855B4D43b8AEB9D2B9869B74d58dda79C0dB2"],
Expand Down
1 change: 1 addition & 0 deletions core/base/src/constants/finality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const finalityThresholds = [
["Xpla", 0],
["Injective", 0],
["Berachain", 1],
["Seievm", 1],
["Snaxchain", 512],
["Unichain", 512],
["Ink", 512],
Expand Down
1 change: 1 addition & 0 deletions core/base/src/constants/nativeChainIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const chainNetworkNativeChainIdEntries = [
["Mantle", 5003n], // Sepolia testnet
["Scroll", 534351n],
["Berachain", 80084n], // Testnet v2
["Seievm", 1328n],
["Snaxchain", 13001n],
["Unichain", 1301n],
["Worldchain", 4801n],
Expand Down
1 change: 1 addition & 0 deletions core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const rpcConfig = [[
["Acala", "https://eth-rpc-acala-testnet.aca-staging.network"],
["Blast", "https://sepolia.blast.io"],
["Berachain", "https://artio.rpc.berachain.com"],
["Seievm", "https://evm-rpc-testnet.sei-apis.com/"],
["Linea", "https://rpc.sepolia.linea.build"],
["Xlayer", "https://testrpc.xlayer.tech/"],
["Scroll", "https://rpc.ankr.com/scroll_sepolia_testnet"],
Expand Down

0 comments on commit fab0a9e

Please sign in to comment.