Skip to content

Commit 3e1fff2

Browse files
committed
feat: add address
Signed-off-by: Pablo Maldonado <[email protected]>
1 parent dc6f750 commit 3e1fff2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deploy/063_deploy_solana_adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
6565
};
6666

6767
module.exports = func;
68-
func.tags = ["SolanaAdapter"];
68+
func.tags = ["Solana_Adapter"];

deployments/deployments.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@
156156
"Polygon_Adapter": { "address": "0x540029039E493b1B843653f93C3064A956931747", "blockNumber": 5984591 },
157157
"Lisk_Adapter": { "address": "0x13a8B1D6443016424e2b8Bac40dD884Ee679AFc4", "blockNumber": 6226289 },
158158
"Lens_Adapter": { "address": "0x8fac6F764ae0b4F632FE2E6c938ED5637E629ff2", "blockNumber": 7448085 },
159-
"Blast_Adapter": { "address": "0x09500Ffd743e01B4146a4BA795231Ca7Ca37819f", "blockNumber": 6233857 }
159+
"Blast_Adapter": { "address": "0x09500Ffd743e01B4146a4BA795231Ca7Ca37819f", "blockNumber": 6233857 },
160+
"Solana_Adapter": { "address": "0xB5B987b0b4838aE9E057912d91f5024E2416C559", "blockNumber": 7756052 }
160161
},
161162
"37111": {
162163
"SpokePool": { "address": "0x6A0a7f39530923911832Dd60667CE5da5449967B", "blockNumber": 156275 },

0 commit comments

Comments
 (0)