Skip to content

Commit

Permalink
Merge pull request #90 from stakedotlink/deploy-wrapped-token-bridge
Browse files Browse the repository at this point in the history
Deploy wrapped token bridge
  • Loading branch information
BkChoy authored Feb 22, 2024
2 parents 677110a + 24b852b commit ee55c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deployments/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,9 @@
"LINK_PP_DistributionOracle": {
"address": "0x2285AC429cCCAaE7cC1E27BfBe617bC626B443CF",
"artifact": "DistributionOracle"
},
"stLINK_WrappedTokenBridge": {
"address": "0x6C1E2D2c55C83De945e3f37dF694cdE8452C1E82",
"artifact": "WrappedTokenBridge"
}
}
2 changes: 1 addition & 1 deletion scripts/prod/ccip/deploy-ccip-stage-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
{
stLINK_WrappedTokenBridge: wrappedTokenBridge.address,
},
{ stLINK_wrappedTokenBridge: 'WrappedTokenBridge' }
{ stLINK_WrappedTokenBridge: 'WrappedTokenBridge' }
)
}

Expand Down

0 comments on commit ee55c7f

Please sign in to comment.