Skip to content

Commit

Permalink
Merge branch 'main' into feat/replace-ethers-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
bhflm committed Aug 16, 2024
2 parents 9451dc4 + afb2311 commit 66a42fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@railgun-community/shared-models",
"version": "7.3.1",
"version": "7.4.3",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/models/blocked-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@ export const OFAC_SANCTIONS_LIST_ADDRESSES = [
'0xE950DC316b836e4EeFb8308bf32Bf7C72a1358FF',
'0x21B8d56BDA776bbE68655A16895afd96F5534feD',
'0x175d44451403Edf28469dF03A9280c1197ADb92c',
'0x19F8f2B0915Daa12a3f5C9CF01dF9E24D53794F7'
'0x19F8f2B0915Daa12a3f5C9CF01dF9E24D53794F7',
'0xE1D865c3D669dCc8c57c8D023140CB204e672ee4'
].map(address => address.toLowerCase());
4 changes: 4 additions & 0 deletions src/models/network-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ export const NETWORK_CONFIG: Record<NetworkName, Network> = {
],
deploymentBlock: RailgunProxyDeploymentBlock[NetworkName.Polygon],
defaultEVMGasType: EVMGasType.Type2,
poi: {
launchBlock: 60907366, // Aug 12 2024 5:13 AM UTC + 420,000 Blocks
launchTimestamp: 0, // Unpredictable
},
poseidonMerkleAccumulatorV3Contract:
RailgunPoseidonMerkleAccumulatorV3Contract[NetworkName.Polygon],
poseidonMerkleVerifierV3Contract:
Expand Down

0 comments on commit 66a42fa

Please sign in to comment.