Skip to content

Commit fb39daa

Browse files
committed
evm: remove default addresses
1 parent d7d55d3 commit fb39daa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

evm/cfg/WormholeNttConfig.json.sample

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"contracts": [
33
{
4-
"chainId": 10002,
5-
"decimals": 6,
6-
"inboundLimit": 0,
4+
"chainId":,
5+
"decimals":,
6+
"inboundLimit":,
77
"isEvmChain": true,
88
"isWormholeRelayingEnabled": true,
99
"isSpecialRelayingEnabled": false,
1010
"nttManager": "0x00000000000000000000000000000000000000000000000000000000deadbeef",
1111
"wormholeTransceiver": "0x00000000000000000000000000000000000000000000000000000000deadbeef"
1212
},
1313
{
14-
"chainId": 16,
15-
"decimals": 6,
16-
"inboundLimit": 0,
14+
"chainId":,
15+
"decimals":,
16+
"inboundLimit":,
1717
"isEvmChain": true,
1818
"isWormholeRelayingEnabled": true,
1919
"isSpecialRelayingEnabled": false,

evm/env/.env.sample

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export FOUNDRY_PROFILE=prod
99
export RELEASE_TOKEN_ADDRESS=
1010

1111
### Mode (Locking == 0, Burning == 1)
12-
export RELEASE_MODE=0
12+
export RELEASE_MODE=
1313

1414
### Rate Limit Duration (specified in seconds)
1515
export RELEASE_RATE_LIMIT_DURATION=86400
@@ -20,23 +20,23 @@ export RELEASE_SKIP_RATE_LIMIT=false
2020
### be scaled by the native token decimals. For example, if the native token has 18 decimals,
2121
### and you want to set the max outbound limit to 1000 tokens, you should set this value to
2222
### 1000000000000000000000.
23-
export RELEASE_OUTBOUND_LIMIT=0
23+
export RELEASE_OUTBOUND_LIMIT=
2424

2525
# -------------------------- Wormhole --------------------------
2626

2727
### Wormhole Chain ID
28-
export RELEASE_WORMHOLE_CHAIN_ID=10002
28+
export RELEASE_WORMHOLE_CHAIN_ID=
2929

3030
### Wormhole Core Bridge Address
31-
export RELEASE_CORE_BRIDGE_ADDRESS=0x4a8bc80Ed5a4067f1CCf107057b8270E0cC11A78
31+
export RELEASE_CORE_BRIDGE_ADDRESS=
3232

3333
### Wormhole Finality
3434
export RELEASE_CONSISTENCY_LEVEL=201
3535

3636
# -------------------------- Relayer --------------------------
3737

3838
### Wormhole Relayer Address
39-
export RELEASE_WORMHOLE_RELAYER_ADDRESS=0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470
39+
export RELEASE_WORMHOLE_RELAYER_ADDRESS=
4040

4141
### Specialized Relayer Address
4242
export RELEASE_SPECIAL_RELAYER_ADDRESS=0x0000000000000000000000000000000000000000

0 commit comments

Comments
 (0)