Skip to content

Commit bd6193a

Browse files
authored
Merge pull request #716 from LIT-Protocol/feature/amoy-testnet
add polygon amoy testnet
2 parents 1e074af + c8b4afc commit bd6193a

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@cosmjs/proto-signing": "0.30.1",
4242
"@cosmjs/stargate": "0.30.1",
4343
"@dotenvx/dotenvx": "^1.6.4",
44-
"@lit-protocol/accs-schemas": "^0.0.15",
44+
"@lit-protocol/accs-schemas": "^0.0.17",
4545
"@lit-protocol/contracts": "^0.0.63",
4646
"@metamask/eth-sig-util": "5.0.2",
4747
"@mysten/sui.js": "^0.37.1",

packages/constants/src/lib/constants/constants.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
814814
type: null,
815815
vmType: 'EVM',
816816
},
817+
amoy: {
818+
contractAddress: null,
819+
chainId: 80002,
820+
name: 'Amoy',
821+
symbol: 'POL',
822+
decimals: 18,
823+
rpcUrls: ['https://rpc-amoy.polygon.technology'],
824+
blockExplorerUrls: ['https://amoy.polygonscan.com'],
825+
type: null,
826+
vmType: 'EVM',
827+
},
817828
};
818829

819830
/**

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3475,10 +3475,10 @@
34753475
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz#353ce4a76c83fadec272ea5674ede767650762fd"
34763476
integrity sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==
34773477

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

0 commit comments

Comments
 (0)