Skip to content

Commit 4d08839

Browse files
authored
Merge pull request #41 from ankur325/Add-Keplr-Support-With-Merge-Fixes
Add keplr support with merge fixes
2 parents df0fdbe + 702eee0 commit 4d08839

File tree

87 files changed

+1470
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1470
-260
lines changed

.env.development

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
VUE_APP_DCL_API_NODE=http://localhost:8080/api
22
VUE_APP_DCL_RPC_NODE=http://localhost:8080/rpc
33
VUE_APP_DCL_WEBSOCKET_NODE=ws://localhost:8080/websocket
4-
VUE_APP_DCL_CHAIN_ID=testnet-2.0
4+
VUE_APP_DCL_CHAIN_ID=dclchain
5+
VUE_APP_DCL_CHAIN_NAME=dclchain-localhost
56
VUE_APP_DCL_ADDR_PREFIX=cosmos
67
VUE_APP_DCL_SDK_VERSION=Stargate
78
VUE_APP_DCL_TX_API=/rpc/tx?hash=0x

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ VUE_APP_DCL_API_NODE=http://localhost:8080/api
4141
VUE_APP_DCL_RPC_NODE=http://localhost:8080/rpc
4242
VUE_APP_DCL_WEBSOCKET_NODE=ws://localhost:8080/websocket
4343
VUE_APP_DCL_CHAIN_ID=testnet-2.0
44+
VUE_APP_DCL_CHAIN_NAME=DCL-Chain-Testnet
4445
VUE_APP_DCL_ADDR_PREFIX=cosmos
4546
VUE_APP_DCL_SDK_VERSION=Stargate
4647
VUE_APP_DCL_TX_API=/rpc/tx?hash=0x

0 commit comments

Comments
 (0)