@railgun-community/deployments
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,2 +5,10 @@ "use strict"; | ||
const chainConfig = { | ||
arbitrumExecutor: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
arbitrumSender: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
delegator: { | ||
@@ -7,0 +15,0 @@ address: '0x4A7532f58259524251D7df1052762dc23c98Bae7', |
@@ -5,2 +5,10 @@ "use strict"; | ||
const chainConfig = { | ||
arbitrumExecutor: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
arbitrumSender: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
delegator: { | ||
@@ -7,0 +15,0 @@ address: '0xb6d513f6222ee92fff975e901bd792e2513fb53b', |
@@ -5,2 +5,10 @@ "use strict"; | ||
const chainConfig = { | ||
arbitrumExecutor: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
arbitrumSender: { | ||
address: '0xd40fb456bc7026fbb004dCBFC7287D4e4EfCD706', | ||
deploymentBlock: 8120431, | ||
}, | ||
delegator: { | ||
@@ -7,0 +15,0 @@ address: '0x8E481Ed9a3bafE899Ed71895b6362bee83388f5F', |
@@ -5,2 +5,10 @@ "use strict"; | ||
const chainConfig = { | ||
arbitrumExecutor: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
arbitrumSender: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
delegator: { | ||
@@ -7,0 +15,0 @@ address: '0x464a0c9e62534b3b160c35638DD7d5cf761f429e', |
@@ -5,2 +5,10 @@ "use strict"; | ||
const chainConfig = { | ||
arbitrumExecutor: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
arbitrumSender: { | ||
address: '', | ||
deploymentBlock: -1, | ||
}, | ||
delegator: { | ||
@@ -7,0 +15,0 @@ address: '0x5f67441090FbDf57F1D9f28dd65a29b0bB3E83a7', |
@@ -9,2 +9,4 @@ "use strict"; | ||
const polygon_1 = require("./chains/polygon"); | ||
const arbitrumExecutor_1 = require("./abi/arbitrumExecutor"); | ||
const arbitrumSender_1 = require("./abi/arbitrumSender"); | ||
const delegator_1 = require("./abi/delegator"); | ||
@@ -23,2 +25,4 @@ const getters_1 = require("./abi/getters"); | ||
const abis = { | ||
arbitrumExecutor: arbitrumExecutor_1.abi, | ||
arbitrumSender: arbitrumSender_1.abi, | ||
delegator: delegator_1.abi, | ||
@@ -25,0 +29,0 @@ getters: getters_1.abi, |
@@ -1,2 +0,2 @@ | ||
declare type Contracts = 'delegator' | 'getters' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting'; | ||
declare type Contracts = 'arbitrumExecutor' | 'arbitrumSender' | 'delegator' | 'getters' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting'; | ||
export declare type ContractConfig = { | ||
@@ -3,0 +3,0 @@ address: string; |
{ | ||
"name": "@railgun-community/deployments", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Railgun deployment addresses and artifacts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153699
46
4649