Skip to content

Commit 976758a

Browse files
committed
fix(conflux sdk): download the conflux js sdk to local
1 parent 04bba93 commit 976758a

File tree

2 files changed

+23215
-1
lines changed

2 files changed

+23215
-1
lines changed

example/basic-dapp/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// import js-conflux-sdk
22
// more info about js-conflux-sdk
33
// https://github.com/Conflux-Chain/js-conflux-sdk#readme
4-
import { Conflux, Drip } from 'https://cdn.skypack.dev/js-conflux-sdk'
4+
import { Conflux, Drip } from './js-conflux-sdk.js'
55

66
const cusdtAddress = 'cfxtest:acepe88unk7fvs18436178up33hb4zkuf62a9dk1gv'
77
const dappAddress = 'cfxtest:aca8paka2w86tpgmmh7ufdv005u2cheb76578khwd2'

0 commit comments

Comments
 (0)