Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
WEBAPP: keplr bond & token updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jul 6, 2022
1 parent 006eed4 commit bc8c7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minecraft-integration/craft-test-webapp-poc/keplr/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ const request = require('request');

// npm install webpack-dev-server -g

const name = "Craft Testnet v4"
const name = "Craft Reecenet"
const CHAIN_ID = "test-1"; // test_node.sh
const RPC_ENDPOINT = "http://65.108.125.182:26657/";
const REST_ENDPOINT = "http://65.108.125.182:1317/";

const bondDenom = "stake"; // uexp in production
const tokenDenom = "token"; // ucraft in production
const bondDenom = "uexp"; // uexp in production
const tokenDenom = "ucraft"; // ucraft in production

window.onload = async () => {
// Keplr extension injects the offline signer that is compatible with cosmJS.
Expand Down

0 comments on commit bc8c7c6

Please sign in to comment.