Skip to content

Commit

Permalink
feat(viem): update abis to latest version (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
tremarkley authored Oct 17, 2024
1 parent ef2845e commit 232d25d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-sheep-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eth-optimism/viem": patch
---

Update viem abis to latest version
42 changes: 7 additions & 35 deletions packages/viem/src/abis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,6 @@ export const l1BlockABI = [
],
stateMutability: 'view',
},
{
type: 'function',
name: 'eip1559Denominator',
inputs: [],
outputs: [
{
name: '',
type: 'uint64',
internalType: 'uint64',
},
],
stateMutability: 'view',
},
{
type: 'function',
name: 'eip1559Elasticity',
inputs: [],
outputs: [
{
name: '',
type: 'uint64',
internalType: 'uint64',
},
],
stateMutability: 'view',
},
{
type: 'function',
name: 'gasPayingToken',
Expand Down Expand Up @@ -314,13 +288,6 @@ export const l1BlockABI = [
outputs: [],
stateMutability: 'nonpayable',
},
{
type: 'function',
name: 'setL1BlockValuesHolocene',
inputs: [],
outputs: [],
stateMutability: 'nonpayable',
},
{
type: 'function',
name: 'timestamp',
Expand Down Expand Up @@ -1384,12 +1351,17 @@ export const superchainWETHABI = [
},
{
type: 'error',
name: 'NotCustomGasToken',
name: 'CallerNotL2ToL2CrossDomainMessenger',
inputs: [],
},
{
type: 'error',
name: 'Unauthorized',
name: 'InvalidCrossDomainSender',
inputs: [],
},
{
type: 'error',
name: 'NotCustomGasToken',
inputs: [],
},
] as const

0 comments on commit 232d25d

Please sign in to comment.