Skip to content

Commit

Permalink
Refactoring like in oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
feli-xlabs committed Oct 15, 2024
1 parent 79753f1 commit bd55ed5
Show file tree
Hide file tree
Showing 10 changed files with 323 additions and 272 deletions.
20 changes: 12 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prettier": "prettier --write ."
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.10.9",
"@wormhole-foundation/sdk-definitions": "^0.10.9",
"@wormhole-foundation/sdk-base": "^0.11",
"@wormhole-foundation/sdk-definitions": "^0.11",
"bn.js": "^5.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@wormhole-foundation/sdk-definitions": "^0.11",
"@wormhole-foundation/sdk-solana": "^0.11",
"@wormhole-foundation/sdk-solana-tokenbridge": "^0.11",
"@xlabs/solana-price-oracle-sdk": "link:./lib/../../relayer-infra-contracts/src/solana/",
"@xlabs/solana-price-oracle-sdk": "0.0.9",
"borsh": "^2.0.0"
},
"devDependencies": {
Expand Down
62 changes: 31 additions & 31 deletions sdk/solana/tbrv3/idl/token_bridge_relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* IDL can be found at `target/idl/token_bridge_relayer.json`.
*/
export type TokenBridgeRelayer = {
"address": "46kv4wCpfEtLsHPDh4zm7jJb2pVdvke8Pj2ABYYJotFD",
"address": "7TLiBkpDGshV4o3jmacTCx93CLkmo3VjZ111AsijN9f8",
"metadata": {
"name": "tokenBridgeRelayer",
"version": "3.0.0",
Expand Down Expand Up @@ -589,38 +589,38 @@ export type TokenBridgeRelayer = {
{
"kind": "const",
"value": [
95,
229,
130,
69,
46,
12,
158,
160,
36,
68,
141,
178,
231,
56,
213,
199,
53,
193,
188,
121,
0,
45,
72,
226,
163,
188,
92,
29,
151,
151,
123,
73,
1,
120,
85,
125,
88,
159,
229,
38,
196
161,
79,
236,
191,
130,
165,
181,
246,
134,
44,
135,
169,
19,
212,
103,
182,
152,
69,
169,
9,
75
]
}
],
Expand Down
Loading

0 comments on commit bd55ed5

Please sign in to comment.