File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 37
37
env :
38
38
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
39
39
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }}
40
- run : npx --yes wrangler@latest pages --project-name="explorer-testnet-10 " deploy result >> /tmp/explorer_deploy.txt
40
+ run : npx --yes wrangler@latest pages --project-name="explorer" deploy result >> /tmp/explorer_deploy.txt
41
41
- name : Set Deploy Output
42
42
run : |
43
43
{
74
74
env :
75
75
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
76
76
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }}
77
- run : npx --yes wrangler@latest pages --project-name="explorer-testnet-10 " --branch="main" deploy result
77
+ run : npx --yes wrangler@latest pages --project-name="explorer" --branch="main" deploy result
Original file line number Diff line number Diff line change 1
1
{
2
2
"chain_name" : " union" ,
3
3
"api" : [
4
- " https://rest .rpc-node.union-testnet-10 .union.build"
4
+ " https://api .rpc-node.union-1 .union.build"
5
5
],
6
6
"rpc" : [
7
- " https://rpc.rpc-node.union-testnet-10 .union.build"
7
+ " https://rpc.rpc-node.union-1 .union.build"
8
8
],
9
9
"sdk_version" : " 0.50.11" ,
10
10
"addr_prefix" : " union" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"chain_name" : " union" ,
3
3
"api" : [
4
- " https://rest .rpc-node.union-testnet-10.union.build"
4
+ " https://api .rpc-node.union-testnet-10.union.build"
5
5
],
6
6
"rpc" : [
7
7
" https://rpc.rpc-node.union-testnet-10.union.build"
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import { defineStore } from 'pinia';
2
2
import { get } from '../libs/http' ;
3
3
import { useBlockchain } from './useBlockchain' ;
4
4
import type { Asset } from '@ping-pub/chain-registry-client/dist/types' ;
5
- import unionChainConfig from '../assets/chains/testnet/union-testnet-10.json' with { type : 'json' } ;
6
- console . info ( unionChainConfig )
7
5
8
6
export enum EndpointType {
9
7
rpc ,
You can’t perform that action at this time.
0 commit comments