Skip to content

Commit

Permalink
calling solana works
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Aug 19, 2024
1 parent 3d3b10d commit 5eb16d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
71 changes: 1 addition & 70 deletions universal/solana/gateway.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d",
"address": "2kJndCL9NBR36ySiQ4bmArs4YgWQu67LmCDfLzk5Gb7s",
"metadata": {
"name": "gateway",
"version": "0.1.0",
Expand Down Expand Up @@ -160,66 +160,6 @@
}
]
},
{
"name": "set_deposit_paused",
"discriminator": [
98,
179,
141,
24,
246,
120,
164,
143
],
"accounts": [
{
"name": "pda",
"writable": true
},
{
"name": "signer",
"writable": true,
"signer": true
}
],
"args": [
{
"name": "deposit_paused",
"type": "bool"
}
]
},
{
"name": "update_authority",
"discriminator": [
32,
46,
64,
28,
149,
75,
243,
88
],
"accounts": [
{
"name": "pda",
"writable": true
},
{
"name": "signer",
"writable": true,
"signer": true
}
],
"args": [
{
"name": "new_authority_address",
"type": "pubkey"
}
]
},
{
"name": "update_tss",
"discriminator": [
Expand Down Expand Up @@ -452,11 +392,6 @@
"code": 6007,
"name": "MemoLengthTooShort",
"msg": "MemoLengthTooShort"
},
{
"code": 6008,
"name": "DepositPaused",
"msg": "DepositPaused"
}
],
"types": [
Expand Down Expand Up @@ -485,10 +420,6 @@
{
"name": "chain_id",
"type": "u64"
},
{
"name": "deposit_paused",
"type": "bool"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion universal/solana/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getKeypairFromFile } from "@solana-developers/helpers";
const DEVNET = "https://api.devnet.solana.com";
const PROGRAM_ID = "2kJndCL9NBR36ySiQ4bmArs4YgWQu67LmCDfLzk5Gb7s";
const SEED = "meta";
const MEMO = "Hello, world!";
const MEMO = "0x3345664691f65614Ec3b76d451B1A005CEfF3b16";
const ID_JSON_PATH = "~/.config/solana/id.json";
const AMOUNT = 0.0001;

Expand Down

0 comments on commit 5eb16d7

Please sign in to comment.