Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weekly update
Browse files Browse the repository at this point in the history
alexx855 authored Dec 16, 2024
1 parent a378725 commit b1f222f
Showing 32 changed files with 9,920 additions and 280 deletions.
4 changes: 2 additions & 2 deletions src/contracts/commit_store.ts
Original file line number Diff line number Diff line change
@@ -912,9 +912,9 @@ const abi = [
] as const
const COMMIT_STORE: Contract<typeof abi> = {
name: 'Commit Store',
address: '0xd154a8ce39b93098f3c55ffd94418def75b33627',
address: '0x28c66d9693b2634b2f3b170f6d9584eec2f72ff0',
is_deprecated: false,
created_at: 1730713041,
created_at: 1733253150,
abi: abi,
}
export default COMMIT_STORE
112 changes: 24 additions & 88 deletions src/contracts/erc20_staking_proxy.ts
Original file line number Diff line number Diff line change
@@ -4,148 +4,84 @@ const abi = [
inputs: [
{
internalType: 'address',
name: 'implementation_',
name: 'beacon',
type: 'address',
},
{
internalType: 'address',
name: 'initialOwner',
type: 'address',
internalType: 'bytes',
name: 'data',
type: 'bytes',
},
],
stateMutability: 'nonpayable',
stateMutability: 'payable',
type: 'constructor',
},
{
inputs: [
{
internalType: 'address',
name: 'implementation',
type: 'address',
},
],
name: 'BeaconInvalidImplementation',
type: 'error',
},
{
inputs: [
{
internalType: 'address',
name: 'owner',
name: 'target',
type: 'address',
},
],
name: 'OwnableInvalidOwner',
name: 'AddressEmptyCode',
type: 'error',
},
{
inputs: [
{
internalType: 'address',
name: 'account',
name: 'beacon',
type: 'address',
},
],
name: 'OwnableUnauthorizedAccount',
name: 'ERC1967InvalidBeacon',
type: 'error',
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: 'address',
name: 'previousOwner',
type: 'address',
},
{
indexed: true,
internalType: 'address',
name: 'newOwner',
type: 'address',
},
],
name: 'OwnershipTransferred',
type: 'event',
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: 'address',
name: 'implementation',
type: 'address',
},
],
name: 'Upgraded',
type: 'event',
},
{
inputs: [],
name: 'implementation',
outputs: [
{
internalType: 'address',
name: '',
type: 'address',
},
],
stateMutability: 'view',
type: 'function',
name: 'ERC1967InvalidImplementation',
type: 'error',
},
{
inputs: [],
name: 'owner',
outputs: [
{
internalType: 'address',
name: '',
type: 'address',
},
],
stateMutability: 'view',
type: 'function',
name: 'ERC1967NonPayable',
type: 'error',
},
{
inputs: [],
name: 'renounceOwnership',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
name: 'FailedInnerCall',
type: 'error',
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: 'address',
name: 'newOwner',
name: 'beacon',
type: 'address',
},
],
name: 'transferOwnership',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
name: 'BeaconUpgraded',
type: 'event',
},
{
inputs: [
{
internalType: 'address',
name: 'newImplementation',
type: 'address',
},
],
name: 'upgradeTo',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
stateMutability: 'payable',
type: 'fallback',
},
] as const
const ERC20_STAKING_PROXY: Contract<typeof abi> = {
name: 'ERC20 Staking Proxy',
address: '0xe870abf043c669c9e2a0c00712fc1e1742044a8b',
address: '0x61fc9e0524e2c6a5b193318d7fd1ce2b67797509',
is_deprecated: false,
created_at: 1716206149,
created_at: 1718359578,
abi: abi,
}
export default ERC20_STAKING_PROXY
4 changes: 2 additions & 2 deletions src/contracts/evm2_evm_off_ramp.ts
Original file line number Diff line number Diff line change
@@ -1642,9 +1642,9 @@ const abi = [
] as const
const EVM2_EVM_OFF_RAMP: Contract<typeof abi> = {
name: 'EVM2 EVM Off Ramp',
address: '0x320a10449556388503fd71d74a16ab52e0bd1deb',
address: '0x79dd7db8adebf6622852a5ace471a78edc6c0883',
is_deprecated: false,
created_at: 1730713062,
created_at: 1733253165,
abi: abi,
}
export default EVM2_EVM_OFF_RAMP
4 changes: 2 additions & 2 deletions src/contracts/evm2_evm_on_ramp.ts
Original file line number Diff line number Diff line change
@@ -1862,9 +1862,9 @@ const abi = [
] as const
const EVM2_EVM_ON_RAMP: Contract<typeof abi> = {
name: 'EVM2 EVM On Ramp',
address: '0x02b60267bceeafdc45005e0fa0dd783efebc9f1b',
address: '0x261fe8a0c492a1ede8cf966aed16619c772198f5',
is_deprecated: false,
created_at: 1730712915,
created_at: 1733253126,
abi: abi,
}
export default EVM2_EVM_ON_RAMP
16 changes: 8 additions & 8 deletions src/contracts/genesis_heroes_721.ts
Original file line number Diff line number Diff line change
@@ -404,7 +404,7 @@ const abi = [
type: 'uint256',
},
],
internalType: 'struct GenesisHeroes721.Heroes[]',
internalType: 'struct GenesisHeroes721.HeroZ[]',
name: '',
type: 'tuple[]',
},
@@ -452,7 +452,7 @@ const abi = [
type: 'uint256',
},
],
name: 'getHeroes',
name: 'getHeroZ',
outputs: [
{
components: [
@@ -467,7 +467,7 @@ const abi = [
type: 'uint256',
},
],
internalType: 'struct GenesisHeroes721.Heroes',
internalType: 'struct GenesisHeroes721.HeroZ',
name: '',
type: 'tuple',
},
@@ -483,7 +483,7 @@ const abi = [
type: 'address',
},
],
name: 'getHeroesList',
name: 'getHeroZList',
outputs: [
{
components: [
@@ -498,7 +498,7 @@ const abi = [
type: 'uint256',
},
],
internalType: 'struct GenesisHeroes721.Heroes[]',
internalType: 'struct GenesisHeroes721.HeroZ[]',
name: '',
type: 'tuple[]',
},
@@ -628,7 +628,7 @@ const abi = [
type: 'uint256',
},
],
name: 'heroesMint',
name: 'heroZMint',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
@@ -1168,9 +1168,9 @@ const abi = [
] as const
const GENESIS_HEROES_721: Contract<typeof abi> = {
name: 'Genesis Heroes 721',
address: '0xa3bd4e86cd0ec20b03c9710359599c9f82f8fe9e',
address: '0x1f63754618cb33d811e8c1634f09b4edb313f3e8',
is_deprecated: false,
created_at: 1728633766,
created_at: 1730742673,
abi: abi,
}
export default GENESIS_HEROES_721
Loading

0 comments on commit b1f222f

Please sign in to comment.