@samudai_xyz/web3-sdk
Version:
## All in one web3 integrations for Samudai
22 lines (21 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GatewayURL = void 0;
exports.GatewayURL = [
{
env: 'development',
url: 'https://dev-gcn.samudai.xyz',
},
{
env: 'staging',
url: 'https://stage-gcn.samudai.xyz',
},
{
env: 'production',
url: 'https://gcn.samudai.xyz',
},
{
env: 'local',
url: 'https://dev-gcn.samudai.xyz',
},
];