Skip to content

Commit

Permalink
docs: Add mainnet deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Jun 4, 2024
1 parent 8399b20 commit 4ca8571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ setBridgeParams({
eventRelayerAccount: 'event-relayer.near',
wNearBridgeAddress: '0x5D5a9D3fB8BD3959B0C9266f90e126427E83872d',
wNearBridgeAbi: process.env.wNearBridgeAbi,
nep141LockerAccount: 'TODO',
erc20FactoryAddress: 'TODO',
nep141LockerAccount: 'ft-locker.bridge.near',
erc20FactoryAddress: '0x252e87862A3A720287E7fd527cE6e8d0738427A2',
erc20FactoryAbi: process.env.erc20FactoryAbi,
})
```
Expand Down

0 comments on commit 4ca8571

Please sign in to comment.