Skip to content

Commit 2ea6a4d

Browse files
authored
add blast and scroll mainnet contracts (#500)
1 parent f00efa8 commit 2ea6a4d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/base/src/constants/contracts/core.ts

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const coreBridgeContracts = [[
3535
["Sei", "sei1gjrrme22cyha4ht2xapn3f08zzw6z3d4uxx6fyy9zd5dyr3yxgzqqncdqn"],
3636
["Wormchain", "wormhole1ufs3tlq4umljk0qfe8k5ya0x6hpavn897u2cnf9k0en9jr7qarqqaqfk2j"],
3737
["Neutron", "neutron16rerygcpahqcxx5t8vjla46ym8ccn7xz7rtc6ju5ujcd36cmc7zs9zrunh"],
38+
["Blast", "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6"],
39+
["Scroll", "0xbebdb6C8ddC678FfA9f8748f85C815C556Dd8ac6"]
3840
]], [
3941
"Testnet", [
4042
["Solana", "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"],

core/base/src/constants/contracts/tokenBridge.ts

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export const tokenBridgeContracts = [[
3131
["Xpla", "xpla137w0wfch2dfmz7jl2ap8pcmswasj8kg06ay4dtjzw7tzkn77ufxqfw7acv"],
3232
["Sei", "sei1smzlm9t79kur392nu9egl8p8je9j92q4gzguewj56a05kyxxra0qy0nuf3"],
3333
["Wormchain", "wormhole1466nf3zuxpya8q9emxukd7vftaf6h4psr0a07srl5zw74zh84yjq4lyjmh"],
34+
["Blast", "0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d"],
35+
["Scroll", "0x24850c6f61C438823F01B7A3BF2B89B72174Fa9d"],
3436
]], [
3537
"Testnet", [
3638
["Solana", "DZnkkTmCiFWfYTfT41X3Rd1kDgozqzxWaHqsw6W4x2oe"],

0 commit comments

Comments
 (0)