Skip to content

Commit

Permalink
evm: updates WormholeRelayer addresses for tiltfile environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Aug 18, 2023
1 parent 565d614 commit ff5e9a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ethereum/ts-scripts/relayer/config/kubernetes/contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"wormholeRelayers": [
{
"chainId": 2,
"address": "0xb0cb4baa9D4a1323d4B44E7521182257E03De4bd"
"address": "0xCe8bEC59f8B828cFd8E33E86976c779AC9Df18C0"
},
{
"chainId": 4,
"address": "0xb0cb4baa9D4a1323d4B44E7521182257E03De4bd"
"address": "0xCe8bEC59f8B828cFd8E33E86976c779AC9Df18C0"
}
],
"wormholeRelayersDev": [
Expand Down
4 changes: 2 additions & 2 deletions ethereum/ts-scripts/relayer/config/tilt/contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"wormholeRelayers": [
{
"chainId": 2,
"address": "0xb0cb4baa9D4a1323d4B44E7521182257E03De4bd"
"address": "0xCe8bEC59f8B828cFd8E33E86976c779AC9Df18C0"
},
{
"chainId": 4,
"address": "0xb0cb4baa9D4a1323d4B44E7521182257E03De4bd"
"address": "0xCe8bEC59f8B828cFd8E33E86976c779AC9Df18C0"
}
],
"wormholeRelayersDev": [
Expand Down

0 comments on commit ff5e9a8

Please sign in to comment.