@ericnordelo/cross-chain-bridge-helpers
Version:
This package is intented to be used alongside the Openzeppelin cross-chain libraries, to create the corresponding required bridge config for multiple bridges.
38 lines • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bridges = void 0;
exports.bridges = {
'Arbitrum-L1L2': {
l1ChainId: 1,
l2ChainId: 42161,
},
'Arbitrum-L2L1': {
l1ChainId: 1,
l2ChainId: 42161,
},
'Arbitrum-L1L2-Rinkeby': {
l1ChainId: 4,
l2ChainId: 421611,
},
'Arbitrum-L2L1-Rinkeby': {
l1ChainId: 4,
l2ChainId: 421611,
},
'Optimism-L1L2': {
l1ChainId: 1,
l2ChainId: 10,
},
'Optimism-L2L1': {
l1ChainId: 1,
l2ChainId: 10,
},
'Optimism-L1L2-Kovan': {
l1ChainId: 42,
l2ChainId: 69,
},
'Optimism-L2L1-Kovan': {
l1ChainId: 42,
l2ChainId: 69,
},
};
//# sourceMappingURL=constants.js.map