File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 env :
3838 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3939 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }}
40- run : npx --yes wrangler@latest pages --project-name="explorer-testnet-9 " deploy result >> /tmp/explorer_deploy.txt
40+ run : npx --yes wrangler@latest pages --project-name="explorer-testnet-10 " deploy result >> /tmp/explorer_deploy.txt
4141 - name : Set Deploy Output
4242 run : |
4343 {
7474 env :
7575 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
7676 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }}
77- run : npx --yes wrangler@latest pages --project-name="explorer-testnet-9 " --branch="main" deploy result
77+ run : npx --yes wrangler@latest pages --project-name="explorer-testnet-10 " --branch="main" deploy result
Original file line number Diff line number Diff line change 11{
22 "chain_name" : " union" ,
33 "api" : [
4- " https://rest.testnet-9 .union.build"
4+ " https://rest.rpc-node.union- testnet-10 .union.build"
55 ],
66 "rpc" : [
7- " https://rpc.testnet-9 .union.build"
7+ " https://rpc.rpc-node.union- testnet-10 .union.build"
88 ],
9- "sdk_version" : " 0.47.0 " ,
9+ "sdk_version" : " 0.50.11 " ,
1010 "addr_prefix" : " union" ,
1111 "min_tx_fee" : " 0" ,
1212 "coin_type" : " 1337" ,
1515 "assets" : [
1616 {
1717 "symbol" : " UNO" ,
18- "base" : " uuno " ,
19- "exponent" : 9 ,
18+ "base" : " muno " ,
19+ "exponent" : 6 ,
2020 "coingecko_id" : " uno" ,
2121 "logo" : " https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
2222 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "chain_name" : " union" ,
33 "api" : [
4- " https://rest.testnet-9 .union.build"
4+ " https://rest.rpc-node.union- testnet-10 .union.build"
55 ],
66 "rpc" : [
7- " https://rpc.testnet-9 .union.build"
7+ " https://rpc.rpc-node.union- testnet-10 .union.build"
88 ],
9- "sdk_version" : " 0.47.0 " ,
9+ "sdk_version" : " 0.50.11 " ,
1010 "addr_prefix" : " union" ,
1111 "min_tx_fee" : " 0" ,
1212 "coin_type" : " 1337" ,
1515 "assets" : [
1616 {
1717 "symbol" : " UNO" ,
18- "base" : " uuno " ,
19- "exponent" : 9 ,
18+ "base" : " muno " ,
19+ "exponent" : 6 ,
2020 "coingecko_id" : " uno" ,
2121 "logo" : " https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
2222 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineStore } from 'pinia';
22import { get } from '../libs/http' ;
33import { useBlockchain } from './useBlockchain' ;
44import type { Asset } from '@ping-pub/chain-registry-client/dist/types' ;
5- import unionChainConfig from '../assets/chains/testnet/union-testnet-9 .json' with { type : 'json' } ;
5+ import unionChainConfig from '../assets/chains/testnet/union-testnet-10 .json' with { type : 'json' } ;
66console . info ( unionChainConfig )
77
88export enum EndpointType {
You can’t perform that action at this time.
0 commit comments