UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

7 lines (6 loc) 213 B
const contractPerNetwork = { mainnet: 'hello.near-examples.near', testnet: 'hello.near-examples.testnet', }; export const NetworkId = 'testnet'; export const HelloNearContract = contractPerNetwork[NetworkId];