Skip to content

Commit

Permalink
Fix evm image accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 30, 2024
1 parent 3bf9e22 commit 7d26bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2e/evm/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ var DEFAULT_CONFIG = BridgeConfig{
RetryAddr: common.HexToAddress("0xAD825082B91980E7C8908652269c96a47D687cC5"),

Erc20Addr: common.HexToAddress("0x783BB8123b8532CC85C8D2deF2f47C55D1e46b46"),
Erc20HandlerAddr: common.HexToAddress("0xF28c11CB14C6d2B806f99EA8b138F65e74a1Ed66"),
Erc20HandlerAddr: common.HexToAddress("0xC2D334e2f27A9dB2Ed8C4561De86C1A00EBf6760"),
Erc20ResourceID: SliceTo32Bytes(common.LeftPadBytes([]byte{0}, 31)),

Erc20LockReleaseAddr: common.HexToAddress("0xA45E01c8D945D47ADa916828828B201d0815b83F"),
Erc20LockReleaseHandlerAddr: common.HexToAddress("0xF28c11CB14C6d2B806f99EA8b138F65e74a1Ed66"),
Erc20LockReleaseHandlerAddr: common.HexToAddress("0xC2D334e2f27A9dB2Ed8C4561De86C1A00EBf6760"),
Erc20LockReleaseResourceID: SliceTo32Bytes(common.LeftPadBytes([]byte{3}, 31)),

Erc721Addr: common.HexToAddress("0x67272Fa6DB7ADa1639736753eD99f9D0C9e1450D"),
Expand Down
4 changes: 2 additions & 2 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ services:
evm1-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm1-v2.10.1
container_name: evm1-1
command: -d --db data/ --blockTime 2 > /dev/null
command: --chain.chainId 1337 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
logging:
driver: none
ports:
- "8545:8545"

evm2-1:
image: ghcr.io/sygmaprotocol/sygma-solidity:evm2-v2.10.1
command: -d --db data/ --blockTime 2 > /dev/null
command: --chain.chainId 1338 --db data/ --blockTime 2 --m 'black toward wish jar twin produce remember fluid always confirm bacon slush' > /dev/null
container_name: evm2-1
logging:
driver: none
Expand Down

0 comments on commit 7d26bee

Please sign in to comment.