Skip to content

Commit

Permalink
Use mintbasev2.near instead of mintbase2.near
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jul 29, 2024
1 parent 4b9366a commit 31a6869
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"parserOptions": {
"project": "./tsconfig.lint.json",
"ecmaVersion": 2018,
"sourceType": "module"
"sourceType": "module",
"tsconfigRootDir": "./"
},
"plugins": [
"@typescript-eslint",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export enum MINTBASE_CONTRACTS {

export enum MINTBASE_CONTRACTS_V2 {
testnet = 'mintspace3.testnet',
mainnet = 'mintbase2.near',
mainnet = 'mintbasev2.near',
}

export enum GRAPHQL_ENDPOINTS {
Expand Down Expand Up @@ -524,4 +524,4 @@ export type FinalExecutionOutcome = FEO;

// utility types
export type EmptyObject = Record<string, never>
export type AnyObject = Record<string, unknown>
export type AnyObject = Record<string, unknown>

0 comments on commit 31a6869

Please sign in to comment.