Skip to content

Commit 698a73b

Browse files
Minor fixes
1 parent 507f23c commit 698a73b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/solana-setup/pushsolanalocker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"address": "FCmb3oVYsAhim21YDeGVtxvfoj97chs6voP4ABSAkvV6",
2+
"address": "GV4X8xcFMe4n5tA6eu96HoSKhXiriwjM2fdjpkCwh3ZF",
33
"metadata": {
44
"name": "pushsolanalocker",
55
"version": "0.1.0",

e2e/solana-setup/type_pushsolanalocker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* IDL can be found at `target/idl/pushsolanalocker.json`.
66
*/
77
export type Pushsolanalocker = {
8-
"address": "FCmb3oVYsAhim21YDeGVtxvfoj97chs6voP4ABSAkvV6",
8+
"address": "GV4X8xcFMe4n5tA6eu96HoSKhXiriwjM2fdjpkCwh3ZF",
99
"metadata": {
1010
"name": "pushsolanalocker",
1111
"version": "0.1.0",

e2e/solana_localchain_chain_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"chain": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1",
33
"public_rpc_url": "http://host.docker.internal:8899",
44
"vm_type": 1,
5-
"gateway_address": "FCmb3oVYsAhim21YDeGVtxvfoj97chs6voP4ABSAkvV6",
5+
"gateway_address": "GV4X8xcFMe4n5tA6eu96HoSKhXiriwjM2fdjpkCwh3ZF",
66
"block_confirmation": 0,
77
"gateway_methods": [
88
{

0 commit comments

Comments
 (0)