Skip to content

Commit b818dba

Browse files
authored
feat(protocol-contracts): update mainnet LZ token config (#1475)
1 parent f15091f commit b818dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-contracts/token/layerzero.config.mainnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const pathways: TwoWayConfig[] = [
3737
ethereumContract, // Chain A contract
3838
zamaMainnetContract, // Chain B contract
3939
// TODO: Add custom ZAMA DVN in next line?
40-
[['LayerZero Labs', 'Nethermind'], []], // [ requiredDVN[], [ optionalDVN[], threshold ] ]
40+
[['LayerZero Labs'], [['Nethermind', 'Luganodes', 'P2P'], 2]], // [ requiredDVN[], [ optionalDVN[], threshold ] ]
4141
[15, 20], // [A to B confirmations, B to A confirmations]
4242
[EVM_ENFORCED_OPTIONS, EVM_ENFORCED_OPTIONS], // Chain B enforcedOptions, Chain A enforcedOptions
4343
],

0 commit comments

Comments
 (0)