Skip to content

Commit

Permalink
fix: revision height number
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Feb 14, 2024
1 parent cf2cbcf commit f2e0570
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 153 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
self'.packages.tdc
yq
] ++ (with nodePkgs; [
bun # for running TypeScript files on the fly
nodejs_21
nodePackages.graphqurl
nodePackages.svelte-language-server
Expand Down
26 changes: 13 additions & 13 deletions typescript-sdk/.env.example
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
NODE_ENV="development"
# browser or node. Use node for testing locally (e.g., against anvil account)
CLIENT_MODE="node"
# optional for local testing
ANVIL_ACCOUNT_PRIVATE_KEY=""
# https://docs.union.build/joining_the_testnet/public_endpoints#rpc
UNION_RPC_URL=""
UNION_GRAPHQL_API=""
UNION_GRAPHQL_API="https://noble-pika-27.hasura.app/v1/graphql"
SEPOLIA_RPC_URL="https://rpc.sepolia.org"
UNION_RPC_URL="https://union-testnet-rpc.polkachu.com"
UNION_REST_URL="https://api.testnet.bonlulu.uno"
UNION_COIN_TYPE="118"
UNION_ADDRESS_PREFIX="union"
UNION_CHAIN_ID=""
UNION_CHAIN_NAME=""
UNION_COIN_TYPE=""
MUNO_ERC20_ADDRESS=""
UCS01_EVM_ADDRESS=""
UCS01_UNION_SOURCE_CHANNEL=""
UCS01_SEPOLIA_SOURCE_CHANNEL=""
UCS01_SEPOLIA_PORT_ID=""
UCS01_UNION_ADDRESS=""
UNION_NATIVE_DENOM="muno"
UNION_CHAIN_ID="union-testnet-6"
UNION_CHAIN_NAME="union-testnet"
UCS01_SEPOLIA_PORT_ID="ucs01-relay"
UCS01_UNION_SOURCE_CHANNEL="channel-0"
UCS01_SEPOLIA_SOURCE_CHANNEL="channel-0"
UCS01_EVM_ADDRESS="0x7f7AC7d5a1a2bD54dBA53a22209C3f96699Ed63c"
UCS01_UNION_ADDRESS="union14pfzjnvzacqsmgjyf0avksc8cr70hsyt5epzcp66tmjpswf8sq8sn5meuy"
Loading

0 comments on commit f2e0570

Please sign in to comment.