Skip to content

Commit

Permalink
Merge pull request #716 from LIT-Protocol/feature/amoy-testnet
Browse files Browse the repository at this point in the history
add polygon amoy testnet
  • Loading branch information
glitch003 authored Nov 15, 2024
2 parents 1e074af + c8b4afc commit bd6193a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@dotenvx/dotenvx": "^1.6.4",
"@lit-protocol/accs-schemas": "^0.0.15",
"@lit-protocol/accs-schemas": "^0.0.17",
"@lit-protocol/contracts": "^0.0.63",
"@metamask/eth-sig-util": "5.0.2",
"@mysten/sui.js": "^0.37.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
amoy: {
contractAddress: null,
chainId: 80002,
name: 'Amoy',
symbol: 'POL',
decimals: 18,
rpcUrls: ['https://rpc-amoy.polygon.technology'],
blockExplorerUrls: ['https://amoy.polygonscan.com'],
type: null,
vmType: 'EVM',
},
};

/**
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3475,10 +3475,10 @@
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz#353ce4a76c83fadec272ea5674ede767650762fd"
integrity sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==

"@lit-protocol/accs-schemas@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.15.tgz#00e31c6959834da6387049cf52bce29c84f0f9da"
integrity sha512-GYF8BolqrU2H/uXr3D39TUbgFN/3u2d68oHHNfwg926iEsCEHwGmUOPvi4EMprV5lJR3EVn9IQODY/4eokJ6Rg==
"@lit-protocol/accs-schemas@^0.0.17":
version "0.0.17"
resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.17.tgz#d7fcd6c7c533fb415a87b14dfaeb5bfa611fdd79"
integrity sha512-Vh0+U0O70S66w/d6/BUX8LvZ350MKzr/UYghk3EP8Ekcp+qt/V3CL7qSTtqkLxA9KjD5eAcHCneySbDxRalXVQ==
dependencies:
ajv "^8.12.0"

Expand Down

0 comments on commit bd6193a

Please sign in to comment.