Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/add-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1asm committed Mar 19, 2024
2 parents 041586e + 0017f17 commit 3534baf
Show file tree
Hide file tree
Showing 41 changed files with 1,257 additions and 2,771 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Pyth Contributors.
Copyright 2022 Wormhole Project Contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
package.json
package-lock.json
public
.next
node_modules
69 changes: 14 additions & 55 deletions frontend/claim_sdk/idl/token_dispenser.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"name": "mint",
"isMut": false,
"isSigner": false,
"docs": [
"Mint of the treasury"
]
"docs": ["Mint of the treasury"]
},
{
"name": "treasury",
Expand All @@ -51,10 +49,7 @@
{
"name": "merkleRoot",
"type": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
},
{
Expand Down Expand Up @@ -158,10 +153,7 @@
{
"name": "merkleRoot",
"type": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
},
{
Expand Down Expand Up @@ -359,10 +351,7 @@
"name": "proofOfInclusion",
"type": {
"vec": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
}
}
Expand Down Expand Up @@ -392,10 +381,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
32
]
"array": ["u8", 32]
}
}
]
Expand All @@ -406,10 +392,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
}
]
Expand All @@ -420,10 +403,7 @@
{
"name": "address",
"type": {
"array": [
"u8",
32
]
"array": ["u8", 32]
}
}
]
Expand All @@ -434,10 +414,7 @@
{
"name": "address",
"type": {
"array": [
"u8",
32
]
"array": ["u8", 32]
}
}
]
Expand Down Expand Up @@ -487,10 +464,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
},
{
Expand All @@ -508,10 +482,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
32
]
"array": ["u8", 32]
}
},
{
Expand All @@ -526,10 +497,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
32
]
"array": ["u8", 32]
}
},
{
Expand All @@ -548,10 +516,7 @@
{
"name": "signature",
"type": {
"array": [
"u8",
64
]
"array": ["u8", 64]
}
},
{
Expand All @@ -561,10 +526,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
65
]
"array": ["u8", 65]
}
},
{
Expand All @@ -579,10 +541,7 @@
{
"name": "pubkey",
"type": {
"array": [
"u8",
20
]
"array": ["u8", 20]
}
},
{
Expand Down
Loading

0 comments on commit 3534baf

Please sign in to comment.