We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bba93 commit 976758aCopy full SHA for 976758a
example/basic-dapp/index.js
@@ -1,7 +1,7 @@
1
// import js-conflux-sdk
2
// more info about js-conflux-sdk
3
// https://github.com/Conflux-Chain/js-conflux-sdk#readme
4
-import { Conflux, Drip } from 'https://cdn.skypack.dev/js-conflux-sdk'
+import { Conflux, Drip } from './js-conflux-sdk.js'
5
6
const cusdtAddress = 'cfxtest:acepe88unk7fvs18436178up33hb4zkuf62a9dk1gv'
7
const dappAddress = 'cfxtest:aca8paka2w86tpgmmh7ufdv005u2cheb76578khwd2'
0 commit comments