Skip to content

Commit

Permalink
Deploy diamond to Blast (#647)
Browse files Browse the repository at this point in the history
* deploy to blast

* verify squid
  • Loading branch information
ezynda3 authored May 17, 2024
1 parent fe89ad3 commit 396d389
Show file tree
Hide file tree
Showing 14 changed files with 521 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/amarok.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
]
},
"blast": {
"chainId": 81457,
"connextHandler": "0x0000000000000000000000000000000000000000",
"domain": "",
"tokensToApprove": []
},
"mode": {
"chainId": 34443,
"connextHandler": "0x7380511493DD4c2f1dD75E9CCe5bD52C787D4B51",
Expand Down
3 changes: 3 additions & 0 deletions config/cbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"base": {
"cBridge": "0x7d43AABC515C356145049227CeE54B608342c0ad"
},
"blast": {
"cBridge": "0x841ce48F9446C8E281D3F1444cB859b4A6D0738C"
},
"boba": {
"cBridge": "0x841ce48F9446C8E281D3F1444cB859b4A6D0738C"
},
Expand Down
7 changes: 7 additions & 0 deletions config/dexs.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@
"0x6131b5fae19ea4f9d964eac0408e4408b66337b5",
"0xc02FFcdD914DbA646704439c6090BAbaD521d04C"
],
"blast": [
"0x6352a56caadC4F1E25CD6c75970Fa768A3304e64",
"0xF048e5816B0C7951AC179f656C5B86e5a79Bd7b5",
"0xc02FFcdD914DbA646704439c6090BAbaD521d04C",
"0xf3552b98BB4234B47674700A99a0308D74B40F51",
"0xF2ee649caB7a0edEdED7a27821B0aCDF77778aeD"
],
"boba": [
"0x5215E9fd223BC909083fbdB2860213873046e45d",
"0xdFC2983401614118E1F2D5A5FD93C17Fecf8BdC6",
Expand Down
3 changes: 3 additions & 0 deletions config/squid.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"polygon": {
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666"
},
"blast": {
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666"
},
"bsc": {
"router": "0xce16F69375520ab01377ce7B88f5BA8C48F8D666"
},
Expand Down
2 changes: 2 additions & 0 deletions config/stargate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"aurora": "0x0000000000000000000000000000000000000000",
"avalanche": "0x45A01E4e04F14f7A4a6702c74187c5F6222033cd",
"base": "0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
"blast": "0x0000000000000000000000000000000000000000",
"boba": "0x0000000000000000000000000000000000000000",
"bsc": "0x4a364f8c717cAAD9A442737Eb7b8A55cc6cf18D8",
"celo": "0x0000000000000000000000000000000000000000",
Expand Down Expand Up @@ -76,6 +77,7 @@
"avalanche": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"base": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"boba": "0x0000000000000000000000000000000000000000",
"blast": "0x0000000000000000000000000000000000000000",
"bsc": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"celo": "0x0000000000000000000000000000000000000000",
"cronos": "0x0000000000000000000000000000000000000000",
Expand Down
4 changes: 4 additions & 0 deletions config/symbiosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"metaRouter": "0x691df9C4561d95a4a726313089c8536dd682b946",
"gateway": "0x41Ae964d0F61Bb5F5e253141A462aD6F3b625B92"
},
"blast": {
"metaRouter": "0x7057aB3fB2BeE9c18e0cDe4240DE4ff7f159E365",
"gateway": "0xa0079829B9F1Edc5DD0DE3eC104f281745C4bD81"
},
"boba": {
"metaRouter": "0xca506793A420E901BbCa8066be5661E3C52c84c2",
"gateway": "0xd92Ca299F1C2518E78E48C207b64591BA6E9b9a8"
Expand Down
3 changes: 2 additions & 1 deletion config/tokenwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"harmony": "0xcf664087a5bb0237a0bad6742852ec6c8d69a27a",
"harmonyTestnet": "0x7466d7d0c21fa05f32f5a0fa27e12bdc06348ce2",
"scroll": "0x5300000000000000000000000000000000000004",
"mantle": "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8"
"mantle": "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
"blast": "0x4300000000000000000000000000000000000004"
}
Loading

0 comments on commit 396d389

Please sign in to comment.