Created
November 20, 2024 12:02
-
-
Save actuallymentor/ca16374b6c8dbe567e63cebca5bc2406 to your computer and use it in GitHub Desktop.
Layerzero config without dead addresses
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { EndpointId } = require( "@layerzerolabs/lz-definitions" ) | |
const arbitrumContract = { | |
eid: EndpointId.ARBITRUM_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const avalancheContract = { | |
eid: EndpointId.AVALANCHE_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const baseContract = { | |
eid: EndpointId.BASE_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const blastContract = { | |
eid: EndpointId.BLAST_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const bscContract = { | |
eid: EndpointId.BSC_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const ethereumContract = { | |
eid: EndpointId.ETHEREUM_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const lineaContract = { | |
eid: EndpointId.ZKCONSENSYS_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const mantleContract = { | |
eid: EndpointId.MANTLE_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const modeContract = { | |
eid: EndpointId.MODE_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const moonbeamContract = { | |
eid: EndpointId.MOONBEAM_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const optimismContract = { | |
eid: EndpointId.OPTIMISM_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const polygonContract = { | |
eid: EndpointId.POLYGON_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
const scrollContract = { | |
eid: EndpointId.SCROLL_V2_MAINNET, | |
contractName: "TaofuOFT" | |
} | |
module.exports = { | |
contracts: [ { | |
contract: arbitrumContract | |
}, { | |
contract: avalancheContract | |
}, { | |
contract: baseContract | |
}, { | |
contract: blastContract | |
}, { | |
contract: bscContract | |
}, { | |
contract: ethereumContract | |
}, { | |
contract: lineaContract | |
}, { | |
contract: mantleContract | |
}, { | |
contract: modeContract | |
}, { | |
contract: moonbeamContract | |
}, { | |
contract: optimismContract | |
}, { | |
contract: polygonContract | |
}, { | |
contract: scrollContract | |
} ], | |
connections: [ | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x9bcd17a654bffaa6f8fea38d19661a7210e22196', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x78203678d264063815dac114ea810e9837cd80f7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9bcd17a654bffaa6f8fea38d19661a7210e22196', | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x2f55C492897526677C5B68fb199ea31E2c126416', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x975bcD720be66659e3EB3C0e4F1866a3020E493A', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x7B9E184e07a6EE1aC23eAe0fe8D6Be2f663f05e6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x31CAe3B7fB82d847621859fb1585353c5720660D', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x78203678d264063815dac114ea810e9837cd80f7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0xcff5b0608fa638333f66e0da9d4f1eb906ac18e3', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0x7b8a0fd9d6ae5011d5cbd3e85ed6d5510f98c9bf', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xcff5b0608fa638333f66e0da9d4f1eb906ac18e3', | |
'0x07c05eab7716acb6f83ebf6268f8eecda8892ba1', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x962F502A63F5FBeB44DC9ab932122648E8352959', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x197D1333DEA5Fe0D6600E9b396c7f1B1cFCc558a', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xbf3521d309642FA9B1c91A08609505BA09752c61', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x90E595783E43eb89fF07f63d27B8430e6B44bD9c', | |
}, | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0x7b8a0fd9d6ae5011d5cbd3e85ed6d5510f98c9bf', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0xa7b5189bca84cd304d8553977c7c614329750d99', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xb3ce0a5d132cd9bf965aba435e650c55edce0062', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0xa7b5189bca84cd304d8553977c7c614329750d99', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x9e059a54699a285714207b43B055483E78FAac25', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xB5320B0B3a13cC860893E2Bd79FCd7e13484Dda2', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc70AB6f32772f59fBfc23889Caf4Ba3376C84bAf', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2CCA08ae69E0C44b18a57Ab2A87644234dAebaE4', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xb3ce0a5d132cd9bf965aba435e650c55edce0062', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x9bcd17a654bffaa6f8fea38d19661a7210e22196', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0xcff5b0608fa638333f66e0da9d4f1eb906ac18e3', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0xa7b5189bca84cd304d8553977c7c614329750d99', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xfe1cd27827e16b07e61a4ac96b521bdb35e00328', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xce5b47fa5139fc5f3c8c5f4c278ad5f56a7b2016', | |
'0x7a23612f07d81f16b26cf0b5a4c3eca0e8668df2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
'0x25e0e650a78e6304a3983fc4b7ffc6544b1beea6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x377530cdA84DFb2673bF4d145DCF0C4D7fdcB5b6', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xc097ab8CD7b053326DFe9fB3E3a31a0CCe3B526f', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xfe1cd27827e16b07e61a4ac96b521bdb35e00328', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xd36246c322ee102a2203bca9cafb84c179d306f6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xfe1cd27827e16b07e61a4ac96b521bdb35e00328', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
'0xfD6865c841c2d64565562fCc7e05e619A30615f0', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9F8C645f2D0b2159767Bd6E0839DE4BE49e823DE', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xB217266c3A98C8B2709Ee26836C98cf12f6cCEC1', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x3ebD570ed38B1b3b4BC886999fcF507e9D584859', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xd36246c322ee102a2203bca9cafb84c179d306f6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xce5b47fa5139fc5f3c8c5f4c278ad5f56a7b2016', | |
'0x7a23612f07d81f16b26cf0b5a4c3eca0e8668df2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xa59BA433ac34D2927232918Ef5B2eaAfcF130BA5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xa59BA433ac34D2927232918Ef5B2eaAfcF130BA5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xa59BA433ac34D2927232918Ef5B2eaAfcF130BA5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xa59BA433ac34D2927232918Ef5B2eaAfcF130BA5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x589dEDbD617e0CBcB916A9223F4d1300c294236b', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xbB2Ea70C9E858123480642Cf96acbcCE1372dCe1', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc02Ab410f0734EFa3F14628780e6e695156024C2', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x173272739Bd7Aa6e4e214714048a9fE699453059', | |
}, | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xce5b47fa5139fc5f3c8c5f4c278ad5f56a7b2016', | |
'0xe552485d02edd3067fe7fcbd4dd56bb1d3a998d2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x129Ee430Cb2Ff2708CCADDBDb408a88Fe4FFd480', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x32042142DD551b4EbE17B6FEd53131dd4b4eEa06', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xE22ED54177CE1148C557de74E4873619e6c6b205', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x0408804C5dcD9796F22558464E6fE5bDdF16A7c7', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x78203678d264063815dac114ea810e9837cd80f7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0x7b8a0fd9d6ae5011d5cbd3e85ed6d5510f98c9bf', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xb3ce0a5d132cd9bf965aba435e650c55edce0062', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xd36246c322ee102a2203bca9cafb84c179d306f6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0xB19A9370D404308040A9760678c8Ca28aFfbbb76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0xB19A9370D404308040A9760678c8Ca28aFfbbb76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x73ddc92e39aeda95feb8d3e0008016d9f1268c76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0xd410ddb726991f372b69a05b006d2ae5a8cedbd6', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xde19274c009A22921E3966a1Ec868cEba40A5DaC', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8da6512De9379fBF4F09BF520Caf7a85435ed93e', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4Fc3f4A38Acd6E4cC0ccBc04B3Dd1CCAeFd7F3Cd', | |
}, | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x28B6140ead70cb2Fb669705b3598ffB4BEaA060b', | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9bcd17a654bffaa6f8fea38d19661a7210e22196', | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xcff5b0608fa638333f66e0da9d4f1eb906ac18e3', | |
'0x07c05eab7716acb6f83ebf6268f8eecda8892ba1', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0xa7b5189bca84cd304d8553977c7c614329750d99', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xfe1cd27827e16b07e61a4ac96b521bdb35e00328', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xcd37CA043f8479064e10635020c65FfC005d36f6', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xcd37CA043f8479064e10635020c65FfC005d36f6', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
'0x9e930731cb4a6bf7ecc11f695a295c60bdd212eb', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
'0x25e0e650a78e6304a3983fc4b7ffc6544b1beea6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x2367325334447C5E1E0f1b3a6fB947b262F58312', | |
receiveLibraryConfig: { | |
receiveLibrary: '0xc1B621b18187F74c8F6D52a6F709Dd2780C09821', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x4208D6E27538189bB48E603D6123A94b8Abe0A0b', | |
}, | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xce8358bc28dd8296Ce8cAF1CD2b44787abd65887', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x8B9b67b22ab2ed6Ee324C2fd43734dBd2dDDD045', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0xeac136456d078bB76f59DCcb2d5E008b31AfE1cF', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x2F4C6eeA955e95e6d65E08620D980C0e0e92211F', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xEC0906949f88f72bF9206E84764163e24a56a499', | |
}, | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xb830a5afcbebb936c30c607a18bbba9f5b0a592f', | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x73ddc92e39aeda95feb8d3e0008016d9f1268c76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x6e6359a9abe2e235ef2b82e48f0f93d1ec16afbb', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x19670df5e16bea2ba9b9e68b48c054c5baea06b8', | |
'0x9e930731cb4a6bf7ecc11f695a295c60bdd212eb', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x6A02D83e8d433304bba74EF1c427913958187142', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x3c4962Ff6258dcfCafD23a814237B7d6Eb712063', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x2D2ea0697bdbede3F01553D2Ae4B8d0c486B666e', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x73ddc92e39aeda95feb8d3e0008016d9f1268c76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
'0x25e0e650a78e6304a3983fc4b7ffc6544b1beea6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0xabc9b1819cc4d9846550f928b985993cf6240439', | |
'0x70bf42c69173d6e33b834f59630dac592c70b369', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0xd410ddb726991f372b69a05b006d2ae5a8cedbd6', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
'0x25e0e650a78e6304a3983fc4b7ffc6544b1beea6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x10901f74cae315f674d3f6fc0645217fe4fad77c', | |
'0xacde1f22eeab249d3ca6ba8805c8fee9f52a16e7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x23DE2FE932d9043291f870324B74F820e11dc81A', | |
'0xD56e4eAb23cb81f43168F9F45211Eb027b9aC7cc', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x6c26c61a97006888ea9E4FA36584c7df57Cd9dA3', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x1322871e4ab09Bc7f5717189434f97bBD9546e95', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0xCd3F213AD101472e1713C72B1697E727C803885b', | |
}, | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0xd410ddb726991f372b69a05b006d2ae5a8cedbd6', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30110, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x9d3979c7e3dd26653c52256307709c09f47741e0', | |
'0x78203678d264063815dac114ea810e9837cd80f7', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30106, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 12, | |
requiredDVNs: [ | |
'0xc390fd7ca590a505655eb6c454ed0783c99a2ea9', | |
'0x7b8a0fd9d6ae5011d5cbd3e85ed6d5510f98c9bf', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30184, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xb3ce0a5d132cd9bf965aba435e650c55edce0062', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30243, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x0ff4cc28826356503BB79c00637bec0eE006f237', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30102, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x878c20d3685cdbc5e2680a8a0e7fb97389344fe1', | |
'0xd36246c322ee102a2203bca9cafb84c179d306f6', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30101, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 15, | |
requiredDVNs: [ | |
'0xce5b47fa5139fc5f3c8c5f4c278ad5f56a7b2016', | |
'0xe552485d02edd3067fe7fcbd4dd56bb1d3a998d2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30183, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xf45742bbfabcee739ea2a2d0ba2dd140f1f2c6a3', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30181, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 2, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30260, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 5, | |
requiredDVNs: [ | |
'0x8ddF05F9A5c488b4973897E278B58895bF87Cb24', | |
'0xbe0d08a85EeBFCC6eDA0A843521f7CBB1180D2e2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30126, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x7fe673201724925b5c477d4e1a4bd3e954688cf5', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 10, | |
requiredDVNs: [ | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
'0x34730f2570e6cff8b1c91faabf37d0dd917c4367', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BWare', | |
_dvnProvider2: 'Horizen', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30111, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x70cedf51c199fad12c6c0a71cd876af948059540', | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x218b462e19d00c8fed4adbce78f33aef88d2ccfc', | |
'0x73ddc92e39aeda95feb8d3e0008016d9f1268c76', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'Axelar', | |
_dvnProvider2: 'BCW_Group', | |
}, | |
}, | |
}, | |
}, | |
{ | |
from: { | |
eid: 30214, | |
contractName: 'TaofuOFT', | |
}, | |
to: { | |
eid: 30109, | |
contractName: 'TaofuOFT', | |
}, | |
config: { | |
sendLibrary: '0x9BbEb2B2184B9313Cf5ed4a4DDFEa2ef62a2a03B', | |
receiveLibraryConfig: { | |
receiveLibrary: '0x8363302080e711E0CAb978C081b9e69308d49808', | |
gracePeriod: 0, | |
}, | |
sendConfig: { | |
executorConfig: { | |
maxMessageSize: 10000, | |
executor: '0x581b26F362AD383f7B51eF8A165Efa13DDe398a4', | |
}, | |
ulnConfig: { | |
confirmations: 20, | |
requiredDVNs: [ | |
'0x7a7ddc46882220a075934f40380d3a7e1e87d409', | |
'0xdd7b5e1db4aafd5c8ec3b764efb8ed265aa5445b', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
receiveConfig: { | |
ulnConfig: { | |
confirmations: 512, | |
requiredDVNs: [ | |
'0xd410ddb726991f372b69a05b006d2ae5a8cedbd6', | |
'0x247624e2143504730aec22912ed41f092498bef2', | |
], | |
optionalDVNs: [], | |
optionalDVNThreshold: 0, | |
_dvnProvider1: 'BCW_Group', | |
_dvnProvider2: 'BWare', | |
}, | |
}, | |
}, | |
}, | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment