Skip to content

Commit

Permalink
[Gauntlet] Wormhole core and token bridge contracts (#656)
Browse files Browse the repository at this point in the history
* add wormhole implementation contract

* add token bridge logs

* lower case contract addresses
  • Loading branch information
alifier authored Jan 11, 2024
1 parent 208e2b4 commit 1407810
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "previousAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "event"
},
"contract_address": "0x3ee18b2214aff97000d974cf647e7c347e8fa585",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "previousAdmin",
"type": "STRING"
},
{
"description": "",
"name": "newAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BridgeImplementation_event_AdminChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "event"
},
"contract_address": "0x3ee18b2214aff97000d974cf647e7c347e8fa585",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "beacon",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BridgeImplementation_event_BeaconUpgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldContract",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newContract",
"type": "address"
}
],
"name": "ContractUpgraded",
"type": "event"
},
"contract_address": "0x3ee18b2214aff97000d974cf647e7c347e8fa585",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "oldContract",
"type": "STRING"
},
{
"description": "",
"name": "newContract",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BridgeImplementation_event_ContractUpgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint16",
"name": "emitterChainId",
"type": "uint16"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "emitterAddress",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "uint64",
"name": "sequence",
"type": "uint64"
}
],
"name": "TransferRedeemed",
"type": "event"
},
"contract_address": "0x3ee18b2214aff97000d974cf647e7c347e8fa585",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "emitterChainId",
"type": "STRING"
},
{
"description": "",
"name": "emitterAddress",
"type": "STRING"
},
{
"description": "",
"name": "sequence",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BridgeImplementation_event_TransferRedeemed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
"contract_address": "0x3ee18b2214aff97000d974cf647e7c347e8fa585",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "implementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BridgeImplementation_event_Upgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "previousAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "event"
},
"contract_address": "0x98f3c9e6e3face36baad05fe09d375ef1464288b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "previousAdmin",
"type": "STRING"
},
{
"description": "",
"name": "newAdmin",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Implementation_event_AdminChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "event"
},
"contract_address": "0x98f3c9e6e3face36baad05fe09d375ef1464288b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "beacon",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Implementation_event_BeaconUpgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "oldContract",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newContract",
"type": "address"
}
],
"name": "ContractUpgraded",
"type": "event"
},
"contract_address": "0x98f3c9e6e3face36baad05fe09d375ef1464288b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "oldContract",
"type": "STRING"
},
{
"description": "",
"name": "newContract",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Implementation_event_ContractUpgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint32",
"name": "index",
"type": "uint32"
}
],
"name": "GuardianSetAdded",
"type": "event"
},
"contract_address": "0x98f3c9e6e3face36baad05fe09d375ef1464288b",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "wormhole",
"schema": [
{
"description": "",
"name": "index",
"type": "STRING"
}
],
"table_description": "",
"table_name": "Implementation_event_GuardianSetAdded"
}
}
Loading

0 comments on commit 1407810

Please sign in to comment.