rubic-sdk
Version:
Simplify dApp creation
32 lines • 1.78 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.openOceanBlockchainName = void 0;
const blockchain_name_1 = require("../../../../../../../core/blockchain/models/blockchain-name");
exports.openOceanBlockchainName = {
[]: 'eth',
[]: 'bsc',
[]: 'polygon',
[]: 'avax',
[]: 'fantom',
[]: 'arbitrum',
[]: 'xdai',
[]: 'boba',
[]: 'okex',
[]: 'harmony',
[]: 'optimism',
[]: 'linea',
[]: 'polygon_zkevm',
[]: 'zksync',
[]: 'base',
[]: 'manta',
[]: 'metis',
[]: 'scroll',
[]: 'blast',
[]: 'mode',
[]: 'rootstock',
[]: 'mantle',
[]: 'sonic',
[]: 'sui',
[]: 'flare'
};
//# sourceMappingURL=open-ocean-blockchain.js.map