@swingby-protocol/sdk
Version:
An implementation of the Swingby standard development kit for NodeJS and JavaScript.
11 lines (10 loc) • 318 B
text/typescript
export const FIXED_NODE_ENDPOINT = {
btc_erc: {
production: ['https://taitan-0083.zoo.farm'],
test: ['https://tbtc-ropsten-node-1.swingby.network'],
},
btc_bep20: {
production: ['https://axis.zoo.farm'],
test: ['https://tbtc-bsc-2.swingby.network', 'https://tbtc-bsc-3.swingby.network'],
},
};