Skip to content

Commit

Permalink
Add Pagoda to RPC options (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel authored Nov 8, 2024
1 parent 0f38909 commit 678576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export type FtAddresses = {
usdt: USDT_ADDRESS;
}

export type RPC_OPTIONS = 'lava' | 'near' | 'beta' | 'fastnear'
export type RPC_OPTIONS = 'lava' | 'near' | 'pagoda' | 'fastnear'

export type ConfigOptions = {
network?: Network | string;
Expand Down

0 comments on commit 678576c

Please sign in to comment.