Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resuscitated Arbitrum Sepolia to Sepolia devnet deployment #305

Merged
merged 10 commits into from
Sep 23, 2024
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments

#### Sepolia

- [VeaOutboxArbToEthDevnet](https://sepolia.etherscan.io/address/0x5AD255400913515C8DA7E82E6b8A109fA5c46135)
- [VeaOutboxArbToEthDevnet](https://sepolia.etherscan.io/address/0xb8BF3B6bd3E1a0Cc9E2dB77dd492503310514674)

#### Arbitrum Sepolia

- [VeaInboxArbToEthDevnet](https://sepolia.arbiscan.io/address/0x77e95F54032f467eC45c48C6affc203f93858783)
- [VeaInboxArbToEthDevnet](https://sepolia.arbiscan.io/address/0x0B5851fE2a931F619F73E739E5435C43976f1D68)

#### Chiado

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const paramsByChainId = {
epochPeriod: 1800, // 30 min
minChallengePeriod: 0, // 30 min
numEpochTimeout: 10000000000000, // never
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0x8448E15d0e706C0298dECA99F0b4744030e59d7d", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ignoreable Nice comment, it made it very easy to figure out where the value came from

sequencerLimit: 86400,
maxMissingBlocks: 10000000000000,
routerChainId: 11155111,
Expand Down
2 changes: 1 addition & 1 deletion contracts/deploy/01-outbox/01-arb-to-gnosis-outbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const paramsByChainId = {
numEpochTimeout: 1000000, // never
maxMissingBlocks: 1000000, // any
routerChainId: 11155111,
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0x8448E15d0e706C0298dECA99F0b4744030e59d7d", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
WETH: "0x8d74e5e4DA11629537C4575cB0f33b4F0Dfa42EB",
sequencerLimit: 86400, // 24 hours
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum SenderChains {
const paramsByChainId = {
GNOSIS_CHIADO: {
epochPeriod: 1800, // 30 minutes
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0x8448E15d0e706C0298dECA99F0b4744030e59d7d", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
},
HARDHAT: {
amb: ethers.constants.AddressZero,
Expand Down
2 changes: 1 addition & 1 deletion contracts/deploy/02-inbox/02-gnosis-to-arb-inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const paramsByChainId = {
},
GNOSIS_CHIADO: {
epochPeriod: 7200, // 2 hours
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0x8448E15d0e706C0298dECA99F0b4744030e59d7d",
},
HARDHAT: {
epochPeriod: 600, // 10 minutes
Expand Down
2 changes: 1 addition & 1 deletion contracts/deploy/03-routers/03-arb-to-gnosis-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const paramsByChainId = {
},
ETHEREUM_SEPOLIA: {
arbitrumBridge: "0x38f918D0E9F1b721EDaA41302E399fa1B79333a9", // https://developer.arbitrum.io/useful-addresses
amb: "0x87A19d769D875964E9Cd41dDBfc397B2543764E6",
amb: "0xf2546D6648BD2af6a008A7e7C1542BB240329E11", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
},
HARDHAT: {
arbitrumInbox: ethers.constants.AddressZero,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum RouterChains {
const paramsByChainId = {
ETHEREUM_SEPOLIA: {
arbitrumBridge: "0x38f918D0E9F1b721EDaA41302E399fa1B79333a9", // https://developer.arbitrum.io/useful-addresses
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0xf2546D6648BD2af6a008A7e7C1542BB240329E11", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
},
HARDHAT: {
arbitrumBridge: ethers.constants.AddressZero,
Expand Down
2 changes: 1 addition & 1 deletion contracts/deploy/03-routers/03-gnosis-to-arb-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const paramsByChainId = {
},
ETHEREUM_SEPOLIA: {
arbitrumBridge: "0x38f918D0E9F1b721EDaA41302E399fa1B79333a9", // https://developer.arbitrum.io/useful-addresses
amb: "0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a",
amb: "0xf2546D6648BD2af6a008A7e7C1542BB240329E11", // https://docs.gnosischain.com/bridges/About%20Token%20Bridges/amb-bridge#key-contracts
},
HARDHAT: {
arbitrumBridge: ethers.constants.AddressZero,
Expand Down
32 changes: 16 additions & 16 deletions contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions contracts/deployments/sepolia/VeaOutboxArbToEthDevnet.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions relayer-cli/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ VEAINBOX_ARBSEPOLIA_TO_CHIADO_ADDRESS=0xAb53e341121448Ae259Da8fa17f216Cb0e21199C
VEAOUTBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS=0x906dE43dBef27639b1688Ac46532a16dc07Ce410
VEAOUTBOX_ARBSEPOLIA_TO_CHIADO_ADDRESS=0xAb53e341121448Ae259Da8fa17f216Cb0e21199C

# Subgraph endpoints, Example: "85918/vea-inbox-arb-sepolia-devnet/version/latest"
VEAINBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH=11111/your-subgraph/version/your-version
VEAINBOX_ARBSEPOLIA_TO_CHIADO_SUBGRAPH=11111/your-subgraph/version/your-version

TRANSACTION_BATCHER_CONTRACT_ADDRESS_SEPOLIA=0xe7953da7751063d0a41ba727c32c762d3523ade8
TRANSACTION_BATCHER_CONTRACT_ADDRESS_CHIADO=0xcC0a08D4BCC5f91ee9a1587608f7a2975EA75d73

Expand Down
45 changes: 45 additions & 0 deletions relayer-cli/src/consts/bridgeRoutes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
// File for handling contants and configurations
require("dotenv").config();

interface IBridge {
chainId: number;
veaInbox: string;
veaOutbox: string;
batcher: string;
rpcOutbox: string;
}

// Using destination chainId to get the route configuration.
const bridges: { [chainId: number]: IBridge } = {
11155111: {
chainId: 11155111,
veaInbox: process.env.VEAINBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS,
veaOutbox: process.env.VEAOUTBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS,
batcher: process.env.TRANSACTION_BATCHER_CONTRACT_ADDRESS_SEPOLIA,
rpcOutbox: process.env.RPC_SEPOLIA,
},
10200: {
chainId: 10200,
veaInbox: process.env.VEAINBOX_ARBSEPOLIA_TO_CHIADO_ADDRESS,
veaOutbox: process.env.VEAOUTBOX_ARBSEPOLIA_TO_CHIADO_ADDRESS,
batcher: process.env.TRANSACTION_BATCHER_CONTRACT_ADDRESS_CHIADO,
rpcOutbox: process.env.RPC_CHIADO,
},
};

const getBridgeConfig = (chainId: number): IBridge | undefined => {
return bridges[chainId];
};

const getInboxSubgraph = (chainId: number): string => {
switch (chainId) {
case 11155111:
return process.env.VEAINBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH;
case 10200:
return process.env.VEAINBOX_ARBSEPOLIA_TO_SEPOLIA_SUBGRAPH;
default:
throw new Error("Invalid chainid");
}
};
mani99brar marked this conversation as resolved.
Show resolved Hide resolved

export { getBridgeConfig, getInboxSubgraph };
3 changes: 1 addition & 2 deletions relayer-cli/src/devnetRelayExample.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { relayAllFrom } from "./utils/relay";
import * as fs from "fs";
require("dotenv").config();

// let chain_ids = [5, 10200];
let chain_ids = [11155111];
Expand All @@ -23,7 +22,7 @@ const epochPeriod = 1800; // 30 min
for (const chain_id of chain_ids) {
let nonce = await initialize(chain_id);
// This is libghtbulb switch address in arbitrum sepolia
const sender = "0x4A9EF2E97B780ea6E8DE3fD8acd4cBA8C061F173";
const sender = "0x28d6D503F4c5734cD926E96b63C61527d975B382";
nonce = await relayAllFrom(chain_id, nonce, sender);
if (nonce != null) await updateStateFile(chain_id, Math.floor(Date.now() / 1000), nonce);
}
Expand Down
4 changes: 4 additions & 0 deletions relayer-cli/src/state/11155111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ts": 1725086460,
"nonce": "6"
}
20 changes: 6 additions & 14 deletions relayer-cli/src/utils/proof.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import request from "graphql-request";
import { getInboxSubgraph } from "../consts/bridgeRoutes";

const getMessageDataToRelay = async (chainid: number, nonce: number) => {
try {
const subgraph = getSubgraph(chainid);
const subgraph = getInboxSubgraph(chainid);

const result = await request(
`https://api.studio.thegraph.com/query/67213/${subgraph}/version/latest`,
`https://api.studio.thegraph.com/query/${subgraph}`,
`{
messageSents(first: 5, where: {nonce: ${nonce}}) {
nonce
Expand Down Expand Up @@ -37,9 +38,9 @@ const getProofAtCount = async (chainid: number, nonce: number, count: number): P
query += "}";

try {
const subgraph = getSubgraph(chainid);
const subgraph = getInboxSubgraph(chainid);

const result = await request(`https://api.studio.thegraph.com/query/67213/${subgraph}/version/latest`, query);
const result = await request(`https://api.studio.thegraph.com/query/${subgraph}`, query);

const proof = [];

Expand Down Expand Up @@ -75,13 +76,4 @@ const getProofIndices = (nonce: number, count: number) => {
return proof;
};

const getSubgraph = (chainid: number): string => {
switch (chainid) {
case 11155111:
return "vea-inbox-arb-sepolia-devnet";
default:
throw new Error("Invalid chainid");
}
};

export { getProofAtCount, getSubgraph, getMessageDataToRelay };
export { getProofAtCount, getMessageDataToRelay };
48 changes: 19 additions & 29 deletions relayer-cli/src/utils/relay.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { getProofAtCount, getMessageDataToRelay, getSubgraph } from "./proof";
import { getProofAtCount, getMessageDataToRelay } from "./proof";
import { getVeaOutboxArbToEth } from "./ethers";
import request from "graphql-request";
import { VeaInboxArbToEth, VeaOutboxArbToEth } from "@kleros/vea-contracts/typechain-types";
import { VeaOutboxArbToEth } from "@kleros/vea-contracts/typechain-types";
import { getBridgeConfig, getInboxSubgraph } from "../consts/bridgeRoutes";
const fs = require("fs");

require("dotenv").config();
Expand All @@ -10,22 +11,12 @@ const Web3 = require("web3");
const _batchedSend = require("web3-batched-send");
const _contract = require("@kleros/vea-contracts/deployments/sepolia/VeaOutboxArbToEthDevnet.json");

const getParams = (chainid: number): [string, string, string] => {
if (chainid !== 11155111) throw new Error("Invalid chainid");

return [
process.env.TRANSACTION_BATCHER_CONTRACT_ADDRESS_SEPOLIA,
process.env.VEAOUTBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS,
process.env.RPC_SEPOLIA,
];
};

const getCount = async (veaOutbox: VeaOutboxArbToEth, chainid: number): Promise<number> => {
const subgraph = getSubgraph(chainid);
const subgraph = getInboxSubgraph(chainid);
const stateRoot = await veaOutbox.stateRoot();

const result = await request(
`https://api.studio.thegraph.com/query/67213/${subgraph}/version/latest`,
`https://api.studio.thegraph.com/query/${subgraph}`,
`{
snapshotSaveds(first: 1, where: { stateRoot: "${stateRoot}" }) {
count
Expand All @@ -39,9 +30,9 @@ const getCount = async (veaOutbox: VeaOutboxArbToEth, chainid: number): Promise<
};

const relay = async (chainid: number, nonce: number) => {
const [TRANSACTION_BATCHER_CONTRACT_ADDRESS, VEAOUTBOX_ADDRESS, RPC_VEAOUTBOX] = getParams(chainid);
const routeParams = getBridgeConfig(chainid);

const veaOutbox = getVeaOutboxArbToEth(VEAOUTBOX_ADDRESS, process.env.PRIVATE_KEY, RPC_VEAOUTBOX);
const veaOutbox = getVeaOutboxArbToEth(routeParams.veaOutbox, process.env.PRIVATE_KEY, routeParams.rpcOutbox);
const count = await getCount(veaOutbox, chainid);

const proof = await getProofAtCount(chainid, nonce, count);
Expand All @@ -52,13 +43,13 @@ const relay = async (chainid: number, nonce: number) => {
};

const relayBatch = async (chainid: number, nonce: number, iterations: number) => {
const [TRANSACTION_BATCHER_CONTRACT_ADDRESS, VEAOUTBOX_ADDRESS, RPC_VEAOUTBOX] = getParams(chainid);
const routeParams = getBridgeConfig(chainid);

const web3 = new Web3(RPC_VEAOUTBOX);
const batchedSend = _batchedSend(web3, TRANSACTION_BATCHER_CONTRACT_ADDRESS, process.env.PRIVATE_KEY, 0);
const web3 = new Web3(routeParams.rpcOutbox);
const batchedSend = _batchedSend(web3, routeParams.rpcOutbox, process.env.PRIVATE_KEY, 0);

const contract = new web3.eth.Contract(_contract.abi, VEAOUTBOX_ADDRESS);
const veaOutbox = getVeaOutboxArbToEth(VEAOUTBOX_ADDRESS, process.env.PRIVATE_KEY, RPC_VEAOUTBOX);
const contract = new web3.eth.Contract(_contract.abi, routeParams.veaOutbox);
const veaOutbox = getVeaOutboxArbToEth(routeParams.veaOutbox, process.env.PRIVATE_KEY, routeParams.rpcOutbox);
const count = await getCount(veaOutbox, chainid);

let txns = [];
Expand All @@ -73,24 +64,23 @@ const relayBatch = async (chainid: number, nonce: number, iterations: number) =>
});
}

console.log(txns);
await batchedSend(txns);
};

const relayAllFrom = async (chainid: number, nonce: number, msgSender: string): Promise<number> => {
const [TRANSACTION_BATCHER_CONTRACT_ADDRESS, VEAOUTBOX_ADDRESS, RPC_VEAOUTBOX] = getParams(chainid);
const routeParams = getBridgeConfig(chainid);

const web3 = new Web3(RPC_VEAOUTBOX);
const web3 = new Web3(routeParams.rpcOutbox);
const batchedSend = _batchedSend(
web3, // Your web3 object.
// The address of the transaction batcher contract you wish to use. The addresses for the different networks are listed below. If the one you need is missing, feel free to deploy it yourself and make a PR to save the address here for others to use.
TRANSACTION_BATCHER_CONTRACT_ADDRESS,
routeParams.batcher,
process.env.PRIVATE_KEY, // The private key of the account you want to send transactions from.
0 // The debounce timeout period in milliseconds in which transactions are batched.
);

const contract = new web3.eth.Contract(_contract.abi, VEAOUTBOX_ADDRESS);
const veaOutbox = getVeaOutboxArbToEth(VEAOUTBOX_ADDRESS, process.env.PRIVATE_KEY, RPC_VEAOUTBOX);
const contract = new web3.eth.Contract(_contract.abi, routeParams.veaOutbox);
const veaOutbox = getVeaOutboxArbToEth(routeParams.veaOutbox, process.env.PRIVATE_KEY, routeParams.rpcOutbox);
const count = await getCount(veaOutbox, chainid);

if (!count) return null;
Expand All @@ -116,10 +106,10 @@ const relayAllFrom = async (chainid: number, nonce: number, msgSender: string):

const getNonceFrom = async (chainid: number, nonce: number, msgSender: string) => {
try {
const subgraph = getSubgraph(chainid);
const subgraph = getInboxSubgraph(chainid);

const result = await request(
`https://api.studio.thegraph.com/query/67213/${subgraph}/version/latest`,
`https://api.studio.thegraph.com/query/${subgraph}`,
`{
messageSents(first: 1000, where: {nonce_gte: ${nonce}, msgSender_: {id: "${msgSender}"}}, orderBy: nonce, orderDirection: asc) {
nonce
Expand Down
4 changes: 2 additions & 2 deletions relayer-subgraph-inbox/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dataSources:
name: VeaInbox
network: arbitrum-sepolia
source:
address: "0x77e95F54032f467eC45c48C6affc203f93858783"
address: "0x0B5851fE2a931F619F73E739E5435C43976f1D68"
abi: VeaInbox
startBlock: 18210847
startBlock: 69673433
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
2 changes: 1 addition & 1 deletion veascan-subgraph-inbox/src/VeaInbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
SnapshotSaved,
SnapshotSent,
VeaInbox,
} from "../generated/VeaInboxArbToGnosis/VeaInbox";
} from "../generated/VeaInbox/VeaInbox";

export function handleMessageSent(event: MessageSent): void {
const snapshot = getCurrentSnapshot();
Expand Down
4 changes: 2 additions & 2 deletions veascan-subgraph-inbox/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dataSources:
name: VeaInbox
network: arbitrum-sepolia
source:
address: "0x77e95F54032f467eC45c48C6affc203f93858783"
address: "0x0B5851fE2a931F619F73E739E5435C43976f1D68"
abi: VeaInbox
startBlock: 18210847
startBlock: 69673433
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
4 changes: 2 additions & 2 deletions veascan-subgraph-outbox/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dataSources:
name: VeaOutbox
network: sepolia
source:
address: "0x5AD255400913515C8DA7E82E6b8A109fA5c46135"
address: "0xb8BF3B6bd3E1a0Cc9E2dB77dd492503310514674"
abi: VeaOutbox
startBlock: 5379614
startBlock: 6458841
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
30 changes: 15 additions & 15 deletions veascan-web/src/consts/bridges.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VeaInboxArbitrumSepolia from "@kleros/vea-contracts/deployments/arbitrumSepolia/VeaInboxArbToEthDevnet.json";
import VeaOutboxSepolia from "@kleros/vea-contracts/deployments/sepolia/VeaOutboxArbToEthDevnet.json";
import VeaInboxArbitrumSepoliaChiado from "@kleros/vea-contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisDevnet.json";
import VeaOutboxArbitrumSepoliaChiado from "@kleros/vea-contracts/deployments/chiado/VeaOutboxArbToGnosisDevnet.json";
// import VeaInboxArbitrumSepoliaChiado from "@kleros/vea-contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisDevnet.json";
fcanela marked this conversation as resolved.
Show resolved Hide resolved
// import VeaOutboxArbitrumSepoliaChiado from "@kleros/vea-contracts/deployments/chiado/VeaOutboxArbToGnosisDevnet.json";
import {
Chain,
arbitrumSepolia,
Expand Down Expand Up @@ -42,22 +42,22 @@ export const bridges: IBridge[] = [
to: sepolia.id,
inboxAddress: VeaInboxArbitrumSepolia.address as `0x${string}`,
inboxEndpoint:
"https://api.studio.thegraph.com/query/67213/veascan-inbox-arb-sep-devnet/version/latest",
"https://api.studio.thegraph.com/query/85918/veascan-inbox-arb-sep-devnet/v0.8.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same suggestion about extracting to env vars

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, will do.

outboxAddress: VeaOutboxSepolia.address as `0x${string}`,
outboxEndpoint:
"https://api.studio.thegraph.com/query/67213/veascan-outbox-arb-sep-devnet/version/latest",
},
{
id: 1,
from: arbitrumSepolia.id,
to: gnosisChiado.id,
inboxAddress: VeaInboxArbitrumSepoliaChiado.address as `0x${string}`,
inboxEndpoint:
"https://api.studio.thegraph.com/query/67213/veascan-inbox-arb-sep-chiado-devnet/version/latest",
outboxAddress: VeaOutboxArbitrumSepoliaChiado.address as `0x${string}`,
outboxEndpoint:
"https://api.studio.thegraph.com/query/67213/veascan-outbox-arb-chiado-devnet/version/latest",
"https://api.studio.thegraph.com/query/85918/veascan-outbox-arb-sep-devnet/v0.8.0",
},
// {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment regarding commented code

// id: 1,
// from: arbitrumSepolia.id,
// to: gnosisChiado.id,
// inboxAddress: VeaInboxArbitrumSepoliaChiado.address as `0x${string}`,
// inboxEndpoint:
// "https://api.studio.thegraph.com/query/67213/veascan-inbox-arb-sep-chiado-devnet/version/latest",
// outboxAddress: VeaOutboxArbitrumSepoliaChiado.address as `0x${string}`,
// outboxEndpoint:
// "https://api.studio.thegraph.com/query/67213/veascan-outbox-arb-chiado-devnet/version/latest",
// },
];

export const getBridge = (id: number): IBridge =>
Expand Down
Loading