@tableland/sdk
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -70,3 +70,3 @@ "use strict"; | ||
contract: evm.proxies["ethereum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -87,3 +87,3 @@ }, | ||
contract: evm.proxies["optimism-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -104,3 +104,3 @@ }, | ||
contract: evm.proxies["arbitrum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -121,3 +121,3 @@ }, | ||
contract: evm.proxies["polygon-mumbai"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -124,0 +124,0 @@ }, |
@@ -40,3 +40,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
contract: evm.proxies["ethereum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -57,3 +57,3 @@ }, | ||
contract: evm.proxies["optimism-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -74,3 +74,3 @@ }, | ||
contract: evm.proxies["arbitrum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -91,3 +91,3 @@ }, | ||
contract: evm.proxies["polygon-mumbai"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -94,0 +94,0 @@ }, |
{ | ||
"name": "@tableland/sdk", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "A TypeScript/JavaScript library for creating and querying Tables on the Tableland network.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/tablelandnetwork/js-tableland", |
@@ -69,3 +69,3 @@ import { Signer, ethers } from "ethers"; | ||
contract: evm.proxies["ethereum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -86,3 +86,3 @@ }, | ||
contract: evm.proxies["optimism-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -103,3 +103,3 @@ }, | ||
contract: evm.proxies["arbitrum-goerli"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -120,3 +120,3 @@ }, | ||
contract: evm.proxies["polygon-mumbai"], | ||
host: "https://testnet.tableland.network", | ||
host: "https://testnets.tableland.network", | ||
rpcRelay: true, | ||
@@ -123,0 +123,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4764477