UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

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