@kaspacom/swap-sdk 1.1.24 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +31 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.global.js +31 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +31 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2069,16 +2069,16 @@ var NETWORKS = {
|
|
|
2069
2069
|
name: "Igra Galleon",
|
|
2070
2070
|
chainId: 38836,
|
|
2071
2071
|
rpcUrl: "https://galleon-testnet.igralabs.com:8545",
|
|
2072
|
-
routerAddress: "
|
|
2073
|
-
factoryAddress: "
|
|
2074
|
-
proxyAddress: "
|
|
2072
|
+
routerAddress: "0x47F80b6D7071B7738D6DD9d973D7515ce753e9d9",
|
|
2073
|
+
factoryAddress: "0xc61aeAdA8888A0e9FF5709A8386c8527CD5065d0",
|
|
2074
|
+
proxyAddress: "0xAC11b74CD03006644e11991C43E78933579fc5fd",
|
|
2075
2075
|
badckendApiUrl: "https://dev-api-defi.kaspa.com",
|
|
2076
2076
|
blockExplorerUrl: "https://explorer.galleon-testnet.igralabs.com",
|
|
2077
2077
|
additionalJsonRpcApiProviderOptionsOptions: {
|
|
2078
2078
|
batchMaxSize: 0
|
|
2079
2079
|
},
|
|
2080
2080
|
wrappedToken: {
|
|
2081
|
-
address: "
|
|
2081
|
+
address: "0x394C68684F9AFCEb9b804531EF07a864E8081738",
|
|
2082
2082
|
decimals: 18,
|
|
2083
2083
|
name: "Igra Wrapped Kaspa",
|
|
2084
2084
|
symbol: "IWKAS"
|
|
@@ -2119,6 +2119,33 @@ var NETWORKS = {
|
|
|
2119
2119
|
symbol: "KAS"
|
|
2120
2120
|
},
|
|
2121
2121
|
defiApiNetworkName: "kasplex"
|
|
2122
|
+
},
|
|
2123
|
+
"igra": {
|
|
2124
|
+
name: "Igra",
|
|
2125
|
+
chainId: 38833,
|
|
2126
|
+
rpcUrl: "https://rpc.igralabs.com:8545",
|
|
2127
|
+
routerAddress: "0x771dfB21e1CD8EA3e8B68cB2469eDaF9548c2523",
|
|
2128
|
+
factoryAddress: "0x21350BcDa9E81731CF4cDE3DbC457e3de2739c01",
|
|
2129
|
+
proxyAddress: "0xDD1aBB133D027f4F67571b5bEEDC9cd9a93C13Ca",
|
|
2130
|
+
badckendApiUrl: "https://dev-api-defi.kaspa.com",
|
|
2131
|
+
blockExplorerUrl: "https://explorer.igralabs.com",
|
|
2132
|
+
additionalJsonRpcApiProviderOptionsOptions: {
|
|
2133
|
+
batchMaxSize: 0
|
|
2134
|
+
},
|
|
2135
|
+
wrappedToken: {
|
|
2136
|
+
address: "0x17Ec7E1768c813E2a3a9b0f94A35605CA520C242",
|
|
2137
|
+
decimals: 18,
|
|
2138
|
+
name: "Igra Wrapped Kaspa",
|
|
2139
|
+
symbol: "IWKAS"
|
|
2140
|
+
},
|
|
2141
|
+
nativeToken: {
|
|
2142
|
+
address: ethers2.ZeroAddress,
|
|
2143
|
+
decimals: 18,
|
|
2144
|
+
name: "Igra Kaspa",
|
|
2145
|
+
symbol: "IKAS"
|
|
2146
|
+
},
|
|
2147
|
+
isTestnet: false,
|
|
2148
|
+
defiApiNetworkName: "igra"
|
|
2122
2149
|
}
|
|
2123
2150
|
// Add more networks as needed
|
|
2124
2151
|
};
|