Skip to content

Commit

Permalink
solana: updates IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Jan 23, 2025
1 parent fdae871 commit e8d7e99
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions sdk/solana/tbrv3/idl/token_bridge_relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -265,7 +265,7 @@ export type TokenBridgeRelayer = {
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"foreign contract. Mutable.",
"foreign contract.",
"",
"In the case of a native transfer, it's the mint for the token wrapped by Wormhole;",
"in the case of a wrapped transfer, it's the native SPL token mint."
Expand All @@ -277,7 +277,7 @@ export type TokenBridgeRelayer = {
"docs": [
"Recipient associated token account. The recipient authority check",
"is necessary to ensure that the recipient is the intended recipient",
"of the bridged tokens. Mutable."
"of the bridged tokens."
],
"writable": true,
"optional": true,
Expand Down Expand Up @@ -429,7 +429,7 @@ export type TokenBridgeRelayer = {
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -600,7 +600,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1251,7 +1251,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1400,7 +1400,7 @@ export type TokenBridgeRelayer = {
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"canonical peer. Mutable.",
"canonical peer.",
"",
"In the case of a native transfer, it's the native mint; in the case of a",
"wrapped transfer, it's the token wrapped by Wormhole."
Expand Down Expand Up @@ -1448,7 +1448,7 @@ export type TokenBridgeRelayer = {
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -2273,7 +2273,7 @@ export type TokenBridgeRelayer = {
{
"name": "seedPrefixUpgradeLock",
"type": "bytes",
"value": "[117, 112, 103, 114, 97, 100, 101, 32, 108, 111, 99, 107]"
"value": "[117, 112, 103, 114, 97, 100, 101, 95, 108, 111, 99, 107]"
}
]
};
18 changes: 9 additions & 9 deletions target/idl/token_bridge_relayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -259,7 +259,7 @@
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"foreign contract. Mutable.",
"foreign contract.",
"",
"In the case of a native transfer, it's the mint for the token wrapped by Wormhole;",
"in the case of a wrapped transfer, it's the native SPL token mint."
Expand All @@ -271,7 +271,7 @@
"docs": [
"Recipient associated token account. The recipient authority check",
"is necessary to ensure that the recipient is the intended recipient",
"of the bridged tokens. Mutable."
"of the bridged tokens."
],
"writable": true,
"optional": true,
Expand Down Expand Up @@ -423,7 +423,7 @@
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -594,7 +594,7 @@
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1245,7 +1245,7 @@
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1394,7 +1394,7 @@
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"canonical peer. Mutable.",
"canonical peer.",
"",
"In the case of a native transfer, it's the native mint; in the case of a",
"wrapped transfer, it's the token wrapped by Wormhole."
Expand Down Expand Up @@ -1442,7 +1442,7 @@
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -2267,7 +2267,7 @@
{
"name": "SEED_PREFIX_UPGRADE_LOCK",
"type": "bytes",
"value": "[117, 112, 103, 114, 97, 100, 101, 32, 108, 111, 99, 107]"
"value": "[117, 112, 103, 114, 97, 100, 101, 95, 108, 111, 99, 107]"
}
]
}
18 changes: 9 additions & 9 deletions target/types/token_bridge_relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -265,7 +265,7 @@ export type TokenBridgeRelayer = {
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"foreign contract. Mutable.",
"foreign contract.",
"",
"In the case of a native transfer, it's the mint for the token wrapped by Wormhole;",
"in the case of a wrapped transfer, it's the native SPL token mint."
Expand All @@ -277,7 +277,7 @@ export type TokenBridgeRelayer = {
"docs": [
"Recipient associated token account. The recipient authority check",
"is necessary to ensure that the recipient is the intended recipient",
"of the bridged tokens. Mutable."
"of the bridged tokens."
],
"writable": true,
"optional": true,
Expand Down Expand Up @@ -429,7 +429,7 @@ export type TokenBridgeRelayer = {
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -600,7 +600,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1251,7 +1251,7 @@ export type TokenBridgeRelayer = {
97,
100,
101,
32,
95,
108,
111,
99,
Expand Down Expand Up @@ -1400,7 +1400,7 @@ export type TokenBridgeRelayer = {
"name": "mint",
"docs": [
"Mint info. This is the SPL token that will be bridged over to the",
"canonical peer. Mutable.",
"canonical peer.",
"",
"In the case of a native transfer, it's the native mint; in the case of a",
"wrapped transfer, it's the token wrapped by Wormhole."
Expand Down Expand Up @@ -1448,7 +1448,7 @@ export type TokenBridgeRelayer = {
"docs": [
"account that holds this mint's balance. This account needs to be",
"unchecked because a token account may not have been created for this",
"mint yet. Mutable.",
"mint yet.",
"",
"# Exclusive",
"",
Expand Down Expand Up @@ -2273,7 +2273,7 @@ export type TokenBridgeRelayer = {
{
"name": "seedPrefixUpgradeLock",
"type": "bytes",
"value": "[117, 112, 103, 114, 97, 100, 101, 32, 108, 111, 99, 107]"
"value": "[117, 112, 103, 114, 97, 100, 101, 95, 108, 111, 99, 107]"
}
]
};

0 comments on commit e8d7e99

Please sign in to comment.