Skip to content

Commit

Permalink
fix: deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Picodes committed Apr 29, 2024
1 parent 378a0be commit 23de9a5
Show file tree
Hide file tree
Showing 9 changed files with 2,503 additions and 1 deletion.
797 changes: 797 additions & 0 deletions deployments/bsc/RadiantMerklTokenWrapper_Implementation.json

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions deployments/bsc/RadiantMerklTokenWrapper_Proxy.json

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions deployments/bsc/solcInputs/64ff548475b3258a87854dc6fa5f3b3e.json

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions deployments/bsc/solcInputs/e8fd71048bf98a271cf4aa65de23d865.json

Large diffs are not rendered by default.

797 changes: 797 additions & 0 deletions deployments/mainnet/RadiantMerklTokenWrapper_Implementation.json

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions deployments/mainnet/RadiantMerklTokenWrapper_Proxy.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions deployments/mainnet/solcInputs/e8fd71048bf98a271cf4aa65de23d865.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ const config: HardhatUserConfig = {
live: true,
url: nodeUrl('bsc'),
accounts: [getPkey()],
gas: 'auto',
gas: 10000000,
gasMultiplier: 3,
gasPrice: 'auto',
chainId: 56,
verify: {
etherscan: {
Expand Down

0 comments on commit 23de9a5

Please sign in to comment.