Skip to content

Commit

Permalink
fix(test): update clientConfig with chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Oct 8, 2022
1 parent a3054f2 commit dd74f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/light-godwoken/src/__tests__/clientConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const testConfig: LightGodwokenConfigMap = {
},
},
GW_POLYJUICE_RPC_URL: "https://godwoken-testnet-web3-rpc.ckbapp.dev",
GW_POLYJUICE_CHAIN_ID: 71393,
SCANNER_URL: "",
CHAIN_NAME: "",
SCANNER_API: "",
Expand Down Expand Up @@ -117,6 +118,7 @@ export const testConfig: LightGodwokenConfigMap = {
},
},
GW_POLYJUICE_RPC_URL: "https://godwoken-testnet-v1.ckbapp.dev",
GW_POLYJUICE_CHAIN_ID: 71394,
CHAIN_NAME: "https://testnet.ckb.dev",
SCANNER_URL: "",
SCANNER_API: "",
Expand Down

0 comments on commit dd74f62

Please sign in to comment.