@eth-optimism/tokenlist 9.0.39 → 9.0.40
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-187e1e9f.d.ts → optimism.tokenlist-e4925e1d.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-15T22:02:25.316Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4731,6 +4731,32 @@ var tokens = [
|
|
|
4731
4731
|
opTokenId: "SCRY"
|
|
4732
4732
|
}
|
|
4733
4733
|
},
|
|
4734
|
+
{
|
|
4735
|
+
chainId: 1,
|
|
4736
|
+
address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
|
|
4737
|
+
name: "Savings Dai",
|
|
4738
|
+
symbol: "sDAI",
|
|
4739
|
+
decimals: 18,
|
|
4740
|
+
logoURI: "https://ethereum-optimism.github.io/data/sDAI/logo.svg",
|
|
4741
|
+
extensions: {
|
|
4742
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4743
|
+
opListId: "extended",
|
|
4744
|
+
opTokenId: "sDAI"
|
|
4745
|
+
}
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
chainId: 10,
|
|
4749
|
+
address: "0x2218a117083f5B482B0bB821d27056Ba9c04b1D3",
|
|
4750
|
+
name: "Savings Dai",
|
|
4751
|
+
symbol: "sDAI",
|
|
4752
|
+
decimals: 18,
|
|
4753
|
+
logoURI: "https://ethereum-optimism.github.io/data/sDAI/logo.svg",
|
|
4754
|
+
extensions: {
|
|
4755
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4756
|
+
opListId: "extended",
|
|
4757
|
+
opTokenId: "sDAI"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4734
4760
|
{
|
|
4735
4761
|
chainId: 1,
|
|
4736
4762
|
address: "0xf1Dc500FdE233A4055e25e5BbF516372BC4F6871",
|
|
@@ -6897,7 +6923,7 @@ var tokens = [
|
|
|
6897
6923
|
var version = {
|
|
6898
6924
|
major: 9,
|
|
6899
6925
|
minor: 0,
|
|
6900
|
-
patch:
|
|
6926
|
+
patch: 40
|
|
6901
6927
|
};
|
|
6902
6928
|
var optimism_tokenlist_default = {
|
|
6903
6929
|
name,
|