@eth-optimism/tokenlist 8.3.125 → 8.3.126
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/dist/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b199544a.d.ts → optimism.tokenlist-be537c82.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-08-17T16:
|
|
44
|
+
var timestamp = "2023-08-17T16:12:28.860Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2988,6 +2988,7 @@ var tokens = [
|
|
|
2988
2988
|
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2989
2989
|
extensions: {
|
|
2990
2990
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2991
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2991
2992
|
opListId: "default",
|
|
2992
2993
|
opTokenId: "rETH"
|
|
2993
2994
|
}
|
|
@@ -3031,6 +3032,19 @@ var tokens = [
|
|
|
3031
3032
|
opTokenId: "rETH"
|
|
3032
3033
|
}
|
|
3033
3034
|
},
|
|
3035
|
+
{
|
|
3036
|
+
chainId: 8453,
|
|
3037
|
+
address: "0xB6fe221Fe9EeF5aBa221c348bA20A1Bf5e73624c",
|
|
3038
|
+
name: "Rocket Pool ETH",
|
|
3039
|
+
symbol: "rETH",
|
|
3040
|
+
decimals: 18,
|
|
3041
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
3042
|
+
extensions: {
|
|
3043
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3044
|
+
opListId: "default",
|
|
3045
|
+
opTokenId: "rETH"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
3034
3048
|
{
|
|
3035
3049
|
chainId: 1,
|
|
3036
3050
|
address: "0x9559Aaa82d9649C7A7b220E7c461d2E74c9a3593",
|
|
@@ -4693,7 +4707,7 @@ var tokens = [
|
|
|
4693
4707
|
var version = {
|
|
4694
4708
|
major: 8,
|
|
4695
4709
|
minor: 3,
|
|
4696
|
-
patch:
|
|
4710
|
+
patch: 126
|
|
4697
4711
|
};
|
|
4698
4712
|
var optimism_tokenlist_default = {
|
|
4699
4713
|
name,
|